Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the error that occurred during parsing.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.ParseError
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ParseError
'Usage
Dim instance As ParseError
[SerializableAttribute]
public sealed class ParseError
[SerializableAttribute]
public ref class ParseError sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type ParseError = class end
public final class ParseError
The ParseError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ParseError | Initializes a new instance of the ParseError class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Column | Gets the starting column of the AST that caused the error. |
![]() |
Line | Gets the starting line of the AST that caused the error. |
![]() |
Message | Gets the error message. |
![]() |
Number | Gets the number that corresponds to the type of error. |
![]() |
Offset | Gets the starting offset of the AST that caused the error. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.