See Also

ExceptionEventArgs Members  | Dart.PowerTCP.SslSockets Namespace

Requirements

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)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerTCP SSL Sockets for .NET

ExceptionEventArgs Class

Dart.PowerTCP.SslSockets Namespace : ExceptionEventArgs Class

Provides data for asynchronous event handlers.

For a list of all members of this type, see ExceptionEventArgs members.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.PowerTCP.SslSockets.ExceptionEventArgs

Syntax

[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

Remarks

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".

Requirements

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)

See Also

ExceptionEventArgs Members  | Dart.PowerTCP.SslSockets Namespace

 

Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.