GMException Constructor

Initializes a new instance of the GMException class.

Overload List

Name Description
Public method GMException()

Initializes a new instance of the GMException class.

Public method GMException(String)

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

Public method GMException(String, Exception)

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

See Also

Reference