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




exception
state
Initialize default instance of the ExceptionEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal exception As Exception, _
   ByVal state As Object _
)
Visual Basic (Usage)Copy Code
Dim exception As Exception
Dim state As Object
 
Dim instance As New ExceptionEventArgs(exception, state)
C# 
public ExceptionEventArgs( 
   Exception exception,
   object state
)
Managed Extensions for C++ 
public: ExceptionEventArgs( 
   Exception* exception,
   Object* state
)
C++/CLI 
public:
ExceptionEventArgs( 
   Exception^ exception,
   Object^ state
)

Parameters

exception
state

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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