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