
| 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 | |
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".
System.Object
System.EventArgs
Dart.PowerTCP.Mail.ExceptionEventArgs
Target Platforms: Microsoft .NET Framework 2.0