Search Results for

    Show / Hide Table of Contents

    Class SvgGdiPlusCannotBeLoadedException

    Inheritance
    Object
    Exception
    SvgGdiPlusCannotBeLoadedException
    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 SvgGdiPlusCannotBeLoadedException : Exception, ISerializable

    Constructors

    | Improve this Doc View Source

    SvgGdiPlusCannotBeLoadedException()

    Declaration
    public SvgGdiPlusCannotBeLoadedException()
    | Improve this Doc View Source

    SvgGdiPlusCannotBeLoadedException(Exception)

    Declaration
    public SvgGdiPlusCannotBeLoadedException(Exception inner)
    Parameters
    Type Name Description
    Exception inner
    | Improve this Doc View Source

    SvgGdiPlusCannotBeLoadedException(String)

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

    SvgGdiPlusCannotBeLoadedException(String, Exception)

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