ParseError Constructor
SQL Server 2012
Initializes a new instance of the ParseError class.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: ParseError( int number, int offset, int line, int column, String^ message )
Parameters
- number
- Type: System::Int32
The type of error.
- offset
- Type: System::Int32
The starting offset of the AST that caused the error.
- line
- Type: System::Int32
The line where the error is located.
- column
- Type: System::Int32
The column where the error is located.
- message
- Type: System::String
The error message.
