IBuildEventArgsReaderNotifications.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. Communicates type of the error, kind of the record that encountered the error and the message detailing the error. In case of UnknownEventData this is raised before returning the structured representation of a build event that has some extra unknown data in the binlog. In case of other error types this event is raised and the offending build event is skipped and not returned.
public:
event Action<Microsoft::Build::Logging::BinaryLogReaderErrorEventArgs ^> ^ RecoverableReadError;
event Action<Microsoft.Build.Logging.BinaryLogReaderErrorEventArgs>? RecoverableReadError;
member this.RecoverableReadError : Action<Microsoft.Build.Logging.BinaryLogReaderErrorEventArgs>
Event RecoverableReadError As Action(Of BinaryLogReaderErrorEventArgs)