ExportException Constructor |
| Name | Description | |
|---|---|---|
| ExportException |
Initializes a new instance of the ExportException class.
| |
| ExportException(Exception) |
Initializes a new instance of the ExportException class.
| |
| ExportException(String) |
Initializes a new instance of the ExportException class with a specified
error message.
| |
| ExportException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ExportException class with serialized
data.
| |
| ExportException(String, Exception) |
Initializes a new instance of the ExportException class with a specified
error message and a reference to the inner exception that is the cause of this exception.
|