ParseError Constructor
Namespace: Microsoft.Data.Schema.ScriptDom
Assembly: Microsoft.Data.Schema.ScriptDom (in Microsoft.Data.Schema.ScriptDom.dll)
Syntax
'Declaration
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
)
Parameters
- identifier
Type: System.String
- offset
Type: System.Int32
- line
Type: System.Int32
- column
Type: System.Int32
- message
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.