'Declaration
Public Function New( _ ByVal node As NodeFrontEnd, _ ByVal exception As Exception _ )
'Usage
Dim node As NodeFrontEnd Dim exception As Exception Dim instance As New NodeRejectedErrorEventArgs(node, exception)
public NodeRejectedErrorEventArgs( NodeFrontEnd node, Exception exception )
public: NodeRejectedErrorEventArgs( NodeFrontEnd^ node, Exception^ exception )
Parameters
- node
- The rejected node.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - exception
- The exception.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).