DataRuleError Constructor
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
document As String, _
line As Integer, _
column As Integer, _
severity As ErrorSeverity, _
fullRuleId As String _
)
public DataRuleError(
string message,
string document,
int line,
int column,
ErrorSeverity severity,
string fullRuleId
)
public:
DataRuleError(
String^ message,
String^ document,
int line,
int column,
ErrorSeverity severity,
String^ fullRuleId
)
new :
message:string *
document:string *
line:int *
column:int *
severity:ErrorSeverity *
fullRuleId:string -> DataRuleError
public function DataRuleError(
message : String,
document : String,
line : int,
column : int,
severity : ErrorSeverity,
fullRuleId : String
)
Parameters
- message
Type: System.String
- document
Type: System.String
- line
Type: System.Int32
- column
Type: System.Int32
- severity
Type: Microsoft.Data.Schema.ErrorSeverity
- fullRuleId
Type: System.String
.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.