InterpretationError 构造函数

初始化 InterpretationError 类的新实例。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    errorCode As Integer, _
    severity As ErrorSeverity, _
    sqlFragment As TSqlFragment, _
    parseErrors As IList(Of ParseError), _
    argumentName As String _
)
public InterpretationError(
    string message,
    int errorCode,
    ErrorSeverity severity,
    TSqlFragment sqlFragment,
    IList<ParseError> parseErrors,
    string argumentName
)
public:
InterpretationError(
    String^ message, 
    int errorCode, 
    ErrorSeverity severity, 
    TSqlFragment^ sqlFragment, 
    IList<ParseError^>^ parseErrors, 
    String^ argumentName
)
new : 
        message:string * 
        errorCode:int * 
        severity:ErrorSeverity * 
        sqlFragment:TSqlFragment * 
        parseErrors:IList<ParseError> * 
        argumentName:string -> InterpretationError
public function InterpretationError(
    message : String, 
    errorCode : int, 
    severity : ErrorSeverity, 
    sqlFragment : TSqlFragment, 
    parseErrors : IList<ParseError>, 
    argumentName : String
)

参数

.NET Framework 安全性

请参见

参考

InterpretationError 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间