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