SessionErrorEventArgs Class
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.
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() |