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

Exception Constructor

Initializes a new instance of Exception class.

Overload List

Name Description
Public method Exception()

Initializes a new instance of Exception class.

Public method Exception(String)

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

Public method Exception(String, Exception)

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

See Also

Reference