Class SvgIDException
Inheritance
SvgIDException
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 SvgIDException : FormatException, ISerializable
Constructors
| Improve this Doc View SourceSvgIDException()
Declaration
public SvgIDException()
SvgIDException(String)
Declaration
public SvgIDException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
SvgIDException(String, Exception)
Declaration
public SvgIDException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| Exception | inner |