Search Results for

    Show / Hide Table of Contents

    Class SvgIDWrongFormatException

    Inheritance
    Object
    Exception
    SystemException
    FormatException
    SvgIDException
    SvgIDWrongFormatException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    System.Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    [Serializable]
    public class SvgIDWrongFormatException : SvgIDException, ISerializable

    Constructors

    | Improve this Doc View Source

    SvgIDWrongFormatException()

    Declaration
    public SvgIDWrongFormatException()
    | Improve this Doc View Source

    SvgIDWrongFormatException(String)

    Declaration
    public SvgIDWrongFormatException(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    SvgIDWrongFormatException(String, Exception)

    Declaration
    public SvgIDWrongFormatException(string message, Exception inner)
    Parameters
    Type Name Description
    System.String message
    Exception inner

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX