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