GeneratorUserException Constructor (String)

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

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New GeneratorUserException(message)
public GeneratorUserException(
    string message
)
public:
GeneratorUserException(
    String^ message
)
public function GeneratorUserException(
    message : String
)
new : 
        message:string -> GeneratorUserException

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

GeneratorUserException Class

GeneratorUserException Members

GeneratorUserException Overload

Microsoft.Data.Schema.DataGenerator Namespace