'Declaration
Public Overloads Overrides NotOverridable Sub Assign( _ ByVal exception As Exception _ )
'Usage
Dim instance As UAAttributePointReadArguments Dim exception As Exception instance.Assign(exception)
public: void Assign( Exception^ exception ) override
Parameters
- exception
- The exception to be assigned to these arguments.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).