IJSVsaError Interfaz

Definición

Precaución

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.

Proporciona acceso a los errores de compilación ocurridos durante la ejecución.

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
Derivado
Atributos

Propiedades

Description

Obtiene una breve descripción del error y en algunos casos devuelve una referencia al token del código fuente que está produciendo el error.

EndColumn

Obtiene el número de la columna final del texto de origen que causó el error, si está disponible.

Line

Obtiene el número de línea en que se produce un error.

LineText

Obtiene el texto del código fuente a partir de la línea que produjo el error.

Number

Obtiene un número que identifica el error de forma única.

Severity

Establece la gravedad del error.

SourceItem

Obtiene una referencia al objeto IJSVsaItem que generó el error.

SourceMoniker

Obtiene el nombre completo del elemento de origen que contenía el error en un formato reconocible por el motor de scripts.

StartColumn

Obtiene el número de la columna inicial del texto de origen que causó el error, si está disponible.

Se aplica a