ParseError – konstruktor
Obor názvů: Microsoft.Data.Schema.ScriptDom
Sestavení: Microsoft.Data.Schema.ScriptDom (v Microsoft.Data.Schema.ScriptDom.dll)
Syntaxe
'Deklarace
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
)
Parametry
- identifier
Typ: System.String
- offset
Typ: System.Int32
- line
Typ: System.Int32
- column
Typ: System.Int32
- message
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.