IErrorHandler 接口

定义

定义用于处理分析代码时发生的错误的方法。

此 API 支持产品基础结构,不能在代码中直接使用。

public interface class IErrorHandler
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("E93D012C-56BB-4f32-864F-7C75EDA17B14")]
public interface IErrorHandler
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("E93D012C-56BB-4f32-864F-7C75EDA17B14")>]
type IErrorHandler = interface
Public Interface IErrorHandler
属性

方法

OnCompilerError(IVsaFullErrorInfo)

此 API 支持产品基础结构,不能在代码中直接使用。

在类中实现时,确定如何处理在分析代码时发生的错误。

适用于

另请参阅