IErrorHandler Interface

 

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

Defines methods to handle errors that occur when code is being parsed.

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

[GuidAttribute("E93D012C-56BB-4f32-864F-7C75EDA17B14")]
[ComVisibleAttribute(true)]
public interface class IErrorHandler

NameDescription
System_CAPS_pubmethodOnCompilerError(IVsaFullErrorInfo^)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, determines how to handle an error that occurs when code is being parsed.

.NET Framework
Available since 1.1
Return to top
Show: