Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a new instance of the DataSchemaError class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
DataSchemaError() | Initializes a new instance of the DataSchemaError class. |
![]() |
DataSchemaError(String, ErrorSeverity) | Initializes a new instance of the DataSchemaError class by using the provided message and by indicating the severity of the error. |
![]() |
DataSchemaError(String, String, ErrorSeverity) | Initializes a new instance of the DataSchemaError class by using the provided message and the document name, and by indicating the severity of the error. |
![]() |
DataSchemaError(String, String, Int32, ErrorSeverity) | Initializes a new instance of the DataSchemaError class by using the provided message, document name, and error code, and by indicating the severity of the error. |
![]() |
DataSchemaError(String, String, Int32, Int32, ErrorSeverity) | Initializes a new instance of the DataSchemaError class by using the provided message, document name, line number, and column number, and by indicating the severity of the error. |
![]() |
DataSchemaError(String, String, Int32, Int32, String, Int32, ErrorSeverity) | Initializes a new instance of the DataSchemaError class by using the provided message, document name, line number, and column number, and by indicating the severity of the error. |
Top