PowerTCP Emulation for .NET CF
ComponentErrorEventArgs Constructor
See Also  Send comments on this topic.
Dart.Common Namespace > ComponentErrorEventArgs Class : ComponentErrorEventArgs Constructor




exception
Exception to wrap.
Wrap an exception within this class.

Syntax

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

Parameters

exception
Exception to wrap.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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