SourceError Class
Provides access to an error from a BinaryManager object.
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnNumber | Gets the column number where the error begins. |
![]() | Description | Gets the error description. |
![]() | ErrorCode | Gets the error code. |
![]() | FileName | Gets the name of the file where the error occurred. |
![]() | LineNumber | Gets the line number where the error starts. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (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.
Community Additions
ADD
Show:

