This documentation is archived and is not being maintained.

IVsaFullErrorInfo Interface

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

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

Namespace:  Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[GuidAttribute(L"DC3691BC-F188-4b67-8338-326671E0F3F6")]
[ComVisibleAttribute(true)]
public interface class IVsaFullErrorInfo : IJSVsaError

The IVsaFullErrorInfo type exposes the following members.

  NameDescription
Public propertyDescriptionGets 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.)
Public propertyEndColumnGets the ending column number for the source text that caused the error, if available. (Inherited from IJSVsaError.)
Public propertyEndLineWhen implemented in a class, gets the end line of the code in which an error occurred.
Public propertyLineGets the line number on which an error occurs. (Inherited from IJSVsaError.)
Public propertyLineTextGets the text of the source code from the line that caused the error. (Inherited from IJSVsaError.)
Public propertyNumberGets a number that uniquely identifies the error. (Inherited from IJSVsaError.)
Public propertySeveritySets the severity of the error. (Inherited from IJSVsaError.)
Public propertySourceItemGets a reference to the IVsaItem object that generated the error. (Inherited from IJSVsaError.)
Public propertySourceMonikerGets the fully qualified name of the source item that contained the error, in a format recognizable by the script engine. (Inherited from IJSVsaError.)
Public propertyStartColumnGets the starting column number for the source text that caused the error, if available. (Inherited from IJSVsaError.)
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: