ParseError(Int32, Int32, Int32, Int32, String) Constructor

Definition

Constructor

public ParseError (int number, int offset, int line, int column, string message);
new Microsoft.SqlServer.TransactSql.ScriptDom.ParseError : int * int * int * int * string -> Microsoft.SqlServer.TransactSql.ScriptDom.ParseError
Public Sub New (number As Integer, offset As Integer, line As Integer, column As Integer, message As String)

Parameters

number
Int32
offset
Int32
line
Int32
column
Int32
message
String

Applies to