'DeclarationPublic Function New( _ ByVal edgeNode As EasySparkplugEdgeNodeCore, _ ByVal device As SparkplugDevice, _ ByVal exception As Exception _ )
'UsageDim edgeNode As EasySparkplugEdgeNodeCore Dim device As SparkplugDevice Dim exception As Exception Dim instance As New SparkplugProducerErrorEventArgs(edgeNode, device, exception)
public SparkplugProducerErrorEventArgs( EasySparkplugEdgeNodeCore edgeNode, SparkplugDevice device, Exception exception )
public: SparkplugProducerErrorEventArgs( EasySparkplugEdgeNodeCore^ edgeNode, SparkplugDevice^ device, Exception^ exception )
Parameters
- edgeNode
- The Sparkplug edge node.
The value of this parameter cannot be
null(Nothingin Visual Basic). - device
- The Sparkplug device.
The value of this parameter can be
null(Nothingin Visual Basic). - exception
- The exception objects describing the error that has occured.
The value of this parameter cannot be
null(Nothingin Visual Basic).