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
)
參數
- identifier
型別:System.String
- offset
型別:System.Int32
- line
型別:System.Int32
- column
型別:System.Int32
- message
型別:System.String
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。