次の方法で共有


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 名前空間