Search Results for

    Show / Hide Table of Contents

    Class SvgException

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

    Constructors

    | Improve this Doc View Source

    SvgException()

    Declaration
    public SvgException()
    | Improve this Doc View Source

    SvgException(String)

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

    SvgException(String, Exception)

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