Share via


GeneratorUserException Constructor

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
Public method GeneratorUserException() Initializes a new instance of the GeneratorUserException class.
Public method GeneratorUserException(String) Initializes a new instance of the GeneratorUserException class by using the provided error message.
Public method GeneratorUserException(String, Severity) Initializes a new instance of the GeneratorUserException class by using the provided error message and severity setting.
Public method 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.
Public method GeneratorUserException(String, Severity, ErrorType) Initializes a new instance of the GeneratorUserException class by using the provided error message, severity setting, and error type.
Public method 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

See Also

Reference

GeneratorUserException Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace