| 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) | |
| Managed Extensions for C++ | |
|---|---|
public: ExceptionEventArgs( Exception* exception, Object* state ) | |
| C++/CLI | |
|---|---|
public: ExceptionEventArgs( Exception^ exception, Object^ state ) | |
Parameters
- exception
- state
Target Platforms: Microsoft .NET Framework 2.0