IVsaFullErrorInfo Interface

Definition

Defines properties to obtain information about errors. This interface provides extra functionality that is needed by an IActiveScript host.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IVsaFullErrorInfo : Microsoft::Vsa::IVsaError
public interface class IVsaFullErrorInfo : Microsoft::JScript::Vsa::IJSVsaError
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("DC3691BC-F188-4b67-8338-326671E0F3F6")]
public interface IVsaFullErrorInfo : Microsoft.Vsa.IVsaError
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("DC3691BC-F188-4b67-8338-326671E0F3F6")]
public interface IVsaFullErrorInfo : Microsoft.JScript.Vsa.IJSVsaError
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("DC3691BC-F188-4b67-8338-326671E0F3F6")>]
type IVsaFullErrorInfo = interface
    interface IVsaError
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("DC3691BC-F188-4b67-8338-326671E0F3F6")>]
type IVsaFullErrorInfo = interface
    interface IJSVsaError
Public Interface IVsaFullErrorInfo
Implements IVsaError
Public Interface IVsaFullErrorInfo
Implements IJSVsaError
Derived
Attributes
Implements

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.

(Inherited from IJSVsaError)
EndColumn

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

(Inherited from IJSVsaError)
EndLine

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, gets the end line of the code in which an error occurred.

Line

Gets the line number on which an error occurs.

(Inherited from IJSVsaError)
LineText

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

(Inherited from IJSVsaError)
Number

Gets a number that uniquely identifies the error.

(Inherited from IJSVsaError)
Severity

Sets the severity of the error.

(Inherited from IJSVsaError)
SourceItem

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

(Inherited from IJSVsaError)
SourceMoniker

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

(Inherited from IJSVsaError)
StartColumn

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

(Inherited from IJSVsaError)

Applies to

See also