ErrorException Constructor
Overload List
Name | Description |
---|---|
ErrorException () |
Initializes a new instance of the class.
|
ErrorException (Exception) |
Initializes a new instance of the class with a reference to the inner exception that is the cause of this exception.
|
ErrorException (String) |
Initializes a new instance of the class with a specified error message.
|
ErrorException (SerializationInfo, StreamingContext) |
Initializes a new instance of the class with serialized data.
|
ErrorException (String, Exception) |
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
ErrorException (String, Object[]) |
Initializes a new instance of the class with a specified error message and a list of arguments.
|
ErrorException (Exception, String, Object[]) |
Initializes a new instance of the class with a specified inner exception, error message and a list of arguments.
|
See Also
Reference
ErrorException Class
ErrorException Members
Microsoft.Expression.Encoder Namespace