VsaCompilerError Class

Definition

Caution

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Represents a compiler error or warning.

public ref class VsaCompilerError : Microsoft::Vsa::IVsaError
public class VsaCompilerError : Microsoft.Vsa.IVsaError
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public class VsaCompilerError : Microsoft.Vsa.IVsaError
type VsaCompilerError = class
    interface IVsaError
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type VsaCompilerError = class
    interface IVsaError
Public Class VsaCompilerError
Implements IVsaError
Inheritance
VsaCompilerError
Attributes
Implements

Properties

Description

Gets a brief description of the error.

EndColumn

Gets the ending column number for the source text that caused the error, if available.

Line

Gets the line number on which an error occurs.

LineText

Gets the text of the source code from the line that caused the error.

Number

Gets a number that uniquely identifies the error.

Severity

Gets the severity of the error.

SourceItem

Gets a reference to the IVsaItem object that generated the error.

SourceMoniker

Gets the fully qualified name of the source item that contained the error.

StartColumn

Gets the starting column number for the source text that caused the error, if available.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to