Share via


GeneratorUserException.Severity Property

Gets the severity of the exception.

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

Syntax

'Declaration
Public ReadOnly Property Severity As Severity
    Get
'Usage
Dim instance As GeneratorUserException
Dim value As Severity

value = instance.Severity
public Severity Severity { get; }
public:
property Severity Severity {
    Severity get ();
}
function get Severity () : Severity
member Severity : Severity

Property Value

Type: Microsoft.Data.Schema.DataGenerator.Severity
One of the Severity values.

Remarks

The possible severities are Error, Warning, and Information.

.NET Framework Security

See Also

Reference

GeneratorUserException Class

GeneratorUserException Members

Microsoft.Data.Schema.DataGenerator Namespace