GeneratorUserException Constructor
Include Protected Members
Include Inherited Members
Initializes an instance of the GeneratorUserException class.
Overload List
Name | Description | |
---|---|---|
GeneratorUserException() | Initializes an instance of the GeneratorUserException class. | |
GeneratorUserException(String) | Initializes an instance of the GeneratorUserException class that has a specified error message. | |
GeneratorUserException(String, Severity) | Initializes an instance of the GeneratorUserException class by using a specified error message and severity. | |
GeneratorUserException(String, Exception) | Initializes an instance of the GeneratorUserException class that has a specified error message and a reference to the inner exception that is the cause of this exception. | |
GeneratorUserException(String, Severity, ErrorType) | Initializes an instance of the GeneratorUserException class that has a specified error message, severity, and error type. | |
GeneratorUserException(String, Exception, Severity, ErrorType) | Initializes an instance of the GeneratorUserException class that has a specified error message, severity, error type, and a reference to the inner exception that is the cause of this exception. |
Top