IErrorHandler Gränssnitt

Definition

Definierar metoder för att hantera fel som inträffar när koden parsas.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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
Attribut

Metoder

Name Description
OnCompilerError(IVsaFullErrorInfo)

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

När det implementeras i en klass avgör hur du hanterar ett fel som inträffar när koden parsas.

Gäller för

Se även