IJSVsaError Interface

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.

Provides access to compilation errors encountered during execution.

public interface class IJSVsaError
[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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("425EA439-6417-4F3E-BCC9-1AFAC79E3F66")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaError
[<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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("425EA439-6417-4F3E-BCC9-1AFAC79E3F66")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaError = interface
Public Interface IJSVsaError
Derived
Attributes

Properties

Description

Gets a brief description of the error, in some instances returning a reference to the token in the source code that is causing 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

Sets the severity of the error.

SourceItem

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

SourceMoniker

Gets the fully qualified name of the source item that contained the error, in a format recognizable by the script engine.

StartColumn

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

Applies to