This documentation is for the old version. Go to the latest Graphics Mill docs

UnexpectedException Constructor

Initializes a new instance of UnexpectedException class.

Overload List

Name Description
Public method UnexpectedException()

Initializes a new instance of 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