GenericException Constructor

Overload List

GenericExceptionInitializes a new instance of the GenericException class.
GenericException(String) Initializes a new instance of the GenericException class with a specified error message.
GenericException(String, Exception) Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also