| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim exception As Exception Dim instance As New ComponentErrorEventArgs(exception) | |
| Managed Extensions for C++ | |
|---|---|
| public: ComponentErrorEventArgs( Exception* exception ) | |
| C++/CLI | |
|---|---|
| public: ComponentErrorEventArgs( Exception^ exception ) | |
Parameters
- exception
- Exception to wrap.
Target Platforms: Microsoft .NET Framework 2.0
 
     
     
     
    