Dart.PowerTCP.SslSockets Namespace : ExceptionEventArgs Class |
Provides data for asynchronous event handlers.
For a list of all members of this type, see ExceptionEventArgs members.
System.Object
System.EventArgs
Dart.PowerTCP.SslSockets.ExceptionEventArgs
[Visual Basic]
Public Class ExceptionEventArgs
Inherits EventArgs
[C#]
public class ExceptionEventArgs : EventArgs
[C++]
public __gc class ExceptionEventArgs : public EventArgs
[C++/CLI]
public ref class ExceptionEventArgs : public EventArgs
A ExceptionEventArgs object is passed into asynchronous event handlers after an asynchronous operation has completed. If an exception occurred during the asynchronous operation, it is returned in ExceptionEventArgs.Exception.
For more information on implementing and handling events using PowerTCP.NET, see the topic, "Events in PowerTCP".
Namespace: Dart.PowerTCP.SslSockets
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)
ExceptionEventArgs Members | Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.