名前空間: 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
)
パラメーター
- identifier
型: System.String
- offset
型: System.Int32
- line
型: System.Int32
- column
型: System.Int32
- message
型: System.String
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。