This topic has not yet been rated - Rate this topic

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.