This documentation is archived and is not being maintained.
IVsaFullErrorInfo Interface
Visual Studio 2010
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.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The IVsaFullErrorInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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 | 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 IVsaItem 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.) |
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:
