SourceError Class
Provides access to an error from a BinaryManager object.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.SourceError
Syntax
public sealed class SourceError
public ref class SourceError sealed
[<Sealed>]
type SourceError = class end
Public NotInheritable Class SourceError
Properties
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. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
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.