BinaryLogReaderErrorEventArgs Class
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.
An event args for RecoverableReadError event.
public ref class BinaryLogReaderErrorEventArgs sealed : EventArgs
public sealed class BinaryLogReaderErrorEventArgs : EventArgs
type BinaryLogReaderErrorEventArgs = class
inherit EventArgs
Public NotInheritable Class BinaryLogReaderErrorEventArgs
Inherits EventArgs
- Inheritance
-
BinaryLogReaderErrorEventArgs
Properties
ErrorType |
Type of the error that occurred during reading. |
RecordKind |
Kind of the record that encountered the error. |
Methods
GetFormattedMessage() |
Materializes the error message. Until it's called the error message is not materialized and no string allocations are made. |