Share via


GeneratorUserException Constructor

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 with a specified error message.
GeneratorUserException (String, Exception) Initializes an instance of the GeneratorUserException class with a specified error message and a reference to the inner exception that is the cause of this exception.
GeneratorUserException (String, Severity) Initializes an instance of the GeneratorUserException class with a specified error message and severity.
GeneratorUserException (String, Severity, ErrorType) Initializes an instance of the GeneratorUserException class with a specified error message, severity, and error type.
GeneratorUserException (String, Exception, Severity, ErrorType) Initializes an instance of the GeneratorUserException class with a specified error message, severity, error type, and a reference to the inner exception that is the cause of this exception.

See Also

Reference

GeneratorUserException Class
GeneratorUserException Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DataException
InnerException
Message