Click or drag to resize

MessageFactoryException(String, Exception) Constructor

Creates a MessageFactoryException instance with a specific String and an Exception.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public MessageFactoryException(
	string message,
	Exception inner
)
View Source

Parameters

message  String
Message
inner  Exception
Inner exception
See Also