InputValidationException Constructor (Severity)
Initializes a new instance of the InputValidationException class by using the provided severity indication.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub New ( _
severity As Severity _
)
public InputValidationException(
Severity severity
)
public:
InputValidationException(
Severity severity
)
new :
severity:Severity -> InputValidationException
public function InputValidationException(
severity : Severity
)
Parameters
- severity
Type: Microsoft.Data.Schema.Tools.DataGenerator.Severity
A member of the DataGenerator enumeration that indicates the severity of the error that is encountered during validation.
Remarks
The possible severities are Error, Warning, and Information.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InputValidationException Class
InputValidationException Overload