Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a new instance of the GeneratorUserException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
GeneratorUserException() | Initializes a new instance of the GeneratorUserException class. |
![]() |
GeneratorUserException(String) | Initializes a new instance of the GeneratorUserException class by using the provided error message. |
![]() |
GeneratorUserException(String, Severity) | Initializes a new instance of the GeneratorUserException class by using the provided error message and severity setting. |
![]() |
GeneratorUserException(String, Exception) | Initializes a new instance of the GeneratorUserException class by using the provided error message and the exception that is the cause of this exception. |
![]() |
GeneratorUserException(String, Severity, ErrorType) | Initializes a new instance of the GeneratorUserException class by using the provided error message, severity setting, and error type. |
![]() |
GeneratorUserException(String, Exception, Severity, ErrorType) | Initializes a new instance of the GeneratorUserException class. An instance has a specified error message, a reference to the inner exception that is the cause of this exception, severity, and error type. |
Top