SessionErrorEventArgs Class

Definition

Provides data for the event that fires when errors are thrown.

public ref class SessionErrorEventArgs : EventArgs
public class SessionErrorEventArgs : EventArgs
type SessionErrorEventArgs = class
    inherit EventArgs
Public Class SessionErrorEventArgs
Inherits EventArgs
Inheritance
SessionErrorEventArgs

Constructors

SessionErrorEventArgs(IntPtr, Boolean)

Properties

ErrorCode

The error code.

ErrorMessage

The error message.

Watcher

The watcher that found an error, possibly null.

Methods

ConvertCookieToHandle(UInt64)
ConvertHandleToCookie(IntPtr)
Finalize()

Applies to