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는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

클래스에서 구현되는 경우 코드를 구문 분석하는 중에 발생한 오류를 처리하는 방법을 확인합니다.

적용 대상

추가 정보