'Usage
Dim instance As ResultArguments Dim exception As Exception instance.Assign(exception)
public: virtual void Assign( Exception^ exception )
Parameters
- exception
- The exception to be assigned to these arguments.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).