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
Default constructor. Initializes a new instance of the DataSchemaError class.
DataSchemaError(String, ErrorSeverity)
Initializes a new instance of the DataSchemaError class, using a message string and an error severity value.
DataSchemaError(String, String, ErrorSeverity)
Initializes a new instance of the DataSchemaError class, using a message string, file name of the error, and error severity.
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.
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.
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