Error Class
Represents a Transact-SQL parsing error.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | End | Gets the end location of the Transact-SQL text that is causing the error. |
![]() | IsWarning | Gets a value that indicates whether the parsing error is a warning. |
![]() | Message | Gets the error message text. |
![]() | Start | Gets the start location of the Transact-SQL text that is causing the error. |
![]() | Type | Gets the ErrorType that indicates whether the error is a syntax, parsing, or binding error. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Error^) | Compares the location of this instance to the location of the specified Error object and returns an integer that indicates their relative position to each other. |
![]() | Equals(Error^) | Compares the location of this instance to the location of the specified Error object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


