Share via


MessageSessionHandler.OnSessionLost(Exception) Method

Definition

Raises an event that occurs when the session has been lost.

protected virtual void OnSessionLost (Exception exception);
abstract member OnSessionLost : Exception -> unit
override this.OnSessionLost : Exception -> unit
Protected Overridable Sub OnSessionLost (exception As Exception)

Parameters

exception
Exception

The exception occurred that caused the lost session.

Applies to