OPC Studio User's Guide and Reference
NodeRejectedErrorEventArgs Constructor(NodeFrontEnd,Exception)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeRejectedErrorEventArgs Class > NodeRejectedErrorEventArgs Constructor : NodeRejectedErrorEventArgs Constructor(NodeFrontEnd,Exception)
The rejected node.

The value of this parameter cannot be null (Nothing in Visual Basic).

The exception.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class with given rejected node and exception.
Syntax
'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).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also