SehException Constructor

Initializes a new instance of the SehException class.

Overload List

Name Description
Public method SehException()

Initializes a new instance of the SehException class.

Public method SehException(String)

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

Public method SehException(String, Exception)

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

See Also

Reference