'Declaration
Public Function New( _ ByVal innerException As Exception _ )
'Usage
Dim innerException As Exception Dim instance As New OperationException(innerException)
public OperationException( Exception innerException )
public: OperationException( Exception^ innerException )
Parameters
- innerException
- The exception that is the cause of the current exception.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).