LowPhysicalMemoryObserver.OnError(Exception) Method

Definition

Notifies the observer that an exception has been raised.

public:
 virtual void OnError(Exception ^ error);
public void OnError (Exception error);
abstract member OnError : Exception -> unit
override this.OnError : Exception -> unit
Public Sub OnError (error As Exception)

Parameters

error
Exception

The exception.

Implements

Applies to