ParseError, constructeur
Espace de noms : Microsoft.Data.Schema.ScriptDom
Assembly : Microsoft.Data.Schema.ScriptDom (dans Microsoft.Data.Schema.ScriptDom.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- identifier
Type : System.String
- offset
Type : System.Int32
- line
Type : System.Int32
- column
Type : System.Int32
- message
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.