Share via


BinaryLogReaderErrorEventArgs.GetFormattedMessage Method

Definition

Materializes the error message. Until it's called the error message is not materialized and no string allocations are made.

public:
 System::String ^ GetFormattedMessage();
public string GetFormattedMessage ();
member this.GetFormattedMessage : unit -> string
Public Function GetFormattedMessage () As String

Returns

The error message.

Applies to