BuildEventArgsReader.RecoverableReadError Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)