Search Results for

    Show / Hide Table of Contents

    Class SvgIDException

    Inheritance
    Object
    Exception
    SystemException
    FormatException
    SvgIDException
    SvgIDExistsException
    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 SvgIDException : FormatException, ISerializable

    Constructors

    | Improve this Doc View Source

    SvgIDException()

    Declaration
    public SvgIDException()
    | Improve this Doc View Source

    SvgIDException(String)

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

    SvgIDException(String, Exception)

    Declaration
    public SvgIDException(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