共用方式為


ParseError 建構函式

命名空間:  Microsoft.Data.Schema.ScriptDom
組件:  Microsoft.Data.Schema.ScriptDom (在 Microsoft.Data.Schema.ScriptDom.dll 中)

語法

'宣告
Public Sub New ( _
    identifier As String, _
    offset As Integer, _
    line As Integer, _
    column As Integer, _
    message As String _
)
public ParseError(
    string identifier,
    int offset,
    int line,
    int column,
    string message
)
public:
ParseError(
    String^ identifier, 
    int offset, 
    int line, 
    int column, 
    String^ message
)
new : 
        identifier:string * 
        offset:int * 
        line:int * 
        column:int * 
        message:string -> ParseError
public function ParseError(
    identifier : String, 
    offset : int, 
    line : int, 
    column : int, 
    message : String
)

參數

.NET Framework 安全性

請參閱

參考

ParseError 類別

Microsoft.Data.Schema.ScriptDom 命名空間