Click or drag to resize
DigitalRuneTaskException Constructor
Overload List
  NameDescription
Public methodTaskException
Initializes a new instance of the TaskException class.
Public methodTaskException(Exception)
Initializes a new instance of the TaskException class.
Public methodTaskException(String)
Initializes a new instance of the TaskException class with a specified error message.
Protected methodTaskException(SerializationInfo, StreamingContext)
Initializes a new instance of the TaskException class.
Public methodTaskException(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.
Top
See Also