'Usage
Dim exception As Exception Dim instance As New ExceptionEventArgs(exception)
public: ExceptionEventArgs( Exception^ exception )
Parameters
- exception
- The exception.
The value of this parameter can be
null
(Nothing
in Visual Basic).
The value of this parameter can be null
(Nothing
in Visual Basic).
'Usage
Dim exception As Exception Dim instance As New ExceptionEventArgs(exception)
public: ExceptionEventArgs( Exception^ exception )
The value of this parameter can be null
(Nothing
in Visual Basic).