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 _
)
'使用
Dim identifier As String
Dim offset As Integer
Dim line As Integer
Dim column As Integer
Dim message As String

Dim instance As New ParseError(identifier, _
    offset, line, column, message)
public ParseError(
    string identifier,
    int offset,
    int line,
    int column,
    string message
)
public:
ParseError(
    String^ identifier, 
    int offset, 
    int line, 
    int column, 
    String^ message
)
public function ParseError(
    identifier : String, 
    offset : int, 
    line : int, 
    column : int, 
    message : String
)

パラメータ

参照

参照

ParseError クラス

ParseError メンバ

Microsoft.Data.Schema.ScriptDom 名前空間