Partilhar via


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
System_CAPS_pubproperty ColumnNumber

Gets the column number where the error begins.

System_CAPS_pubproperty Description

Gets the error description.

System_CAPS_pubproperty ErrorCode

Gets the error code.

System_CAPS_pubproperty FileName

Gets the name of the file where the error occurred.

System_CAPS_pubproperty LineNumber

Gets the line number where the error starts.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

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

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top