Share via


GeneratorUserException Constructor (String)

Initializes a new instance of the GeneratorUserException class by using the provided error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public GeneratorUserException(
    string message
)
public:
GeneratorUserException(
    String^ message
)
new : 
        message:string -> GeneratorUserException
public function GeneratorUserException(
    message : String
)

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 Overload

Microsoft.Data.Schema.Tools.DataGenerator Namespace

GeneratorUserException

Severity()

Severity

ErrorType()

ErrorType