ParseError(Int32, Int32, Int32, Int32, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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