SessionErrorDelegate Delegate
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.
Informs the application that an error occurred in a session.
public delegate void SessionErrorDelegate(System::Object ^ sender, SessionErrorEventArgs ^ args);
public delegate void SessionErrorDelegate(object sender, SessionErrorEventArgs args);
type SessionErrorDelegate = delegate of obj * SessionErrorEventArgs -> unit
Public Delegate Sub SessionErrorDelegate(sender As Object, args As SessionErrorEventArgs)
Parameters
- sender
- Object
The session that fired the event.
Information about the error.