Edit

Share via


ExtendedCommandHandler.OnErrorMessage(String, Exception) Method

Definition

Called by the infrastructure when the parser reports an error or information message. The default implementation does nothing.

protected internal virtual void OnErrorMessage (string message, Exception? exception);
abstract member OnErrorMessage : string * Exception -> unit
override this.OnErrorMessage : string * Exception -> unit
Protected Friend Overridable Sub OnErrorMessage (message As String, exception As Exception)

Parameters

message
String

The message text

exception
Exception

The exception observed (may be null)

Applies to