Share via


GeneratorUserException Constructor ()

Initializes an instance of the GeneratorUserException class.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New GeneratorUserException
public GeneratorUserException ()
public:
GeneratorUserException ()
public GeneratorUserException ()
public function GeneratorUserException ()

Remarks

By default, this constructor sets the Severity to Error and the ErrorType to Unknown.

The following table shows the initial property values for an instance of GeneratorUserException.

Property

Value

InnerException

a null reference (Nothing in Visual Basic).

Message

A system-supplied localized description.

See Also

Reference

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