共用方式為


BuildEventArgsReader.RecoverableReadError Event

Definition

Receives recoverable errors during reading. See RecoverableReadError for documentation on arguments. Applicable mainly when SkipUnknownEvents or SkipUnknownEventParts is set to true."/>

public:
 virtual event Action<Microsoft::Build::Logging::BinaryLogReaderErrorEventArgs ^> ^ RecoverableReadError;
public event Action<Microsoft.Build.Logging.BinaryLogReaderErrorEventArgs>? RecoverableReadError;
member this.RecoverableReadError : Action<Microsoft.Build.Logging.BinaryLogReaderErrorEventArgs> 
Public Event RecoverableReadError As Action(Of BinaryLogReaderErrorEventArgs) 

Event Type

Implements

Applies to