IVsaFullErrorInfo Interface
This API supports the product 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)
| 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 | 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 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.) |
Available since 1.1
