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)

System.Object
  Microsoft.VisualStudio.Tools.Applications.SourceError

Public NotInheritable Class SourceError

NameDescription
System_CAPS_pubpropertyColumnNumber

Gets the column number where the error begins.

System_CAPS_pubpropertyDescription

Gets the error description.

System_CAPS_pubpropertyErrorCode

Gets the error code.

System_CAPS_pubpropertyFileName

Gets the name of the file where the error occurred.

System_CAPS_pubpropertyLineNumber

Gets the line number where the error starts.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: