Dela via


DataSchemaError Constructor

Include Protected Members
Include Inherited Members

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()

Default constructor. Initializes a new instance of the DataSchemaError class.

Public method

DataSchemaError(String, ErrorSeverity)

Initializes a new instance of the DataSchemaError class, using a message string and an error severity value.

Public method

DataSchemaError(String, String, ErrorSeverity)

Initializes a new instance of the DataSchemaError class, using a message string, file name of the error, and error severity.

Public method

DataSchemaError(String, String, Int32, Int32, ErrorSeverity)

Initializes a new instance of the DataSchemaError class, using a message string, the file name of the error, the line number of the error, the column number of the error, and the error severity.

Public method

DataSchemaError(String, String, String, Int32, ErrorSeverity)

Initializes a new instance of the DataSchemaError class, using a message string, the file name of the error, the prefix of the error, the error code, and the error severity.

Public method

DataSchemaError(String, String, Int32, Int32, String, Int32, ErrorSeverity)

Initializes a new instance of the DataSchemaError class, using a message string, the file name of the error, the line number of the error, the column number of the error, the error prefix, the error code, and the error severity.

Top

See Also

Reference

DataSchemaError Class

DataSchemaError Members

Microsoft.Data.Schema.Common Namespace