PowerTCP Mail for .NET
ExceptionEventArgs Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : ExceptionEventArgs Class




Provides data for asynchronous event handlers.

Object Model

ExceptionEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class ExceptionEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As ExceptionEventArgs
C# 
public class ExceptionEventArgs : System.EventArgs 
Managed Extensions for C++ 
public __gc class ExceptionEventArgs : public System.EventArgs 
C++/CLI 
public ref class ExceptionEventArgs : public System.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".

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.PowerTCP.Mail.ExceptionEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.