Share via


DataSchemaError Constructor

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
Public method DataSchemaError() Initializes a new instance of the DataSchemaError class.
Public method DataSchemaError(String, ErrorSeverity) Initializes a new instance of the DataSchemaError class by using the provided message and by indicating the severity of the error.
Public method 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.
Public method 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.
Public method 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.
Public method 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

See Also

Reference

DataSchemaError Class

Microsoft.Data.Schema Namespace