Share via


GeneratorUserException Constructor

Include Protected Members
Include Inherited Members

Initializes an 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 an instance of the GeneratorUserException class.

Public method

GeneratorUserException(String)

Initializes an instance of the GeneratorUserException class that has a specified error message.

Public method

GeneratorUserException(String, Severity)

Initializes an instance of the GeneratorUserException class by using a specified error message and severity.

Public method

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.

Public method

GeneratorUserException(String, Severity, ErrorType)

Initializes an instance of the GeneratorUserException class that has a specified error message, severity, and error type.

Public method

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

See Also

Reference

GeneratorUserException Class

GeneratorUserException Members

Microsoft.Data.Schema.DataGenerator Namespace