Share via


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

.NET Framework Security

See Also

Reference

DataRuleError Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace