'Declaration
Public Function New( _ ByVal exception As Exception, _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor, _ ByVal attributeId As UAAttributeId _ )
'Usage
Dim exception As Exception Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim attributeId As UAAttributeId Dim instance As New UAModelAccessFailureEventArgs(exception, endpointDescriptor, nodeDescriptor, attributeId)
public UAModelAccessFailureEventArgs( Exception exception, UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor, UAAttributeId attributeId )
public: UAModelAccessFailureEventArgs( Exception^ exception, UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor, UAAttributeId attributeId )
Parameters
- exception
- The exception that has caused the update failure.
- endpointDescriptor
- The OPC-UA server (endpoint) involved in the operation.
- nodeDescriptor
- The descriptor of the OPC-UA node involved in the operation.
- attributeId
- Attribute Id. Identifies an attribute of a node.