Class SvgGdiPlusCannotBeLoadedException
Implements
Inherited Members
System.Exception.ToString()
System.Exception.Source
System.Exception.StackTrace
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 SourceSvgGdiPlusCannotBeLoadedException()
Declaration
public SvgGdiPlusCannotBeLoadedException()
SvgGdiPlusCannotBeLoadedException(Exception)
Declaration
public SvgGdiPlusCannotBeLoadedException(Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | inner |
SvgGdiPlusCannotBeLoadedException(String)
Declaration
public SvgGdiPlusCannotBeLoadedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
SvgGdiPlusCannotBeLoadedException(String, Exception)
Declaration
public SvgGdiPlusCannotBeLoadedException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| Exception | inner |