UnexpectedException Constructor

Initializes a new instance of the UnexpectedException class.

Overload List

Name Description
Public method UnexpectedException()

Initializes a new instance of the UnexpectedException class.

Public method UnexpectedException(String)

Initializes a new instance of the UnexpectedException class with a specified error message.

Public method UnexpectedException(String, Exception)

Initializes a new instance of the UnexpectedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also

Reference