7 references to ReaderErrorType
Microsoft.Build (7)
Logging\BinaryLogger\BuildEventArgsReader.cs (4)
254
HandleError(ErrorFactory, _skipUnknownEvents,
ReaderErrorType
.UnknownFormatOfEventData, recordKind, e);
267
HandleError(ErrorFactory, _skipUnknownEvents,
ReaderErrorType
.UnknownEventType, recordKind);
277
HandleError(ErrorFactory, _skipUnknownEventParts,
ReaderErrorType
.UnknownEventData, recordKind);
285
void HandleError(FormatErrorMessage msgFactory, bool noThrow,
ReaderErrorType
readerErrorType, BinaryLogRecordKind recordKind, Exception? innerException = null)
Logging\BinaryLogger\Postprocessing\BinaryLogReaderErrorEventArgs.cs (2)
23
ReaderErrorType
errorType,
35
public
ReaderErrorType
ErrorType { get; }
Logging\BinaryLogger\Postprocessing\IBuildEventArgsReaderNotifications.cs (1)
45
/// In case of <see cref="
ReaderErrorType
.UnknownEventData"/> this is raised before returning the structured representation of a build event