Click or drag to resize

PortInUseException(String, Exception) Constructor

Creates a PortInUseException 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 PortInUseException(
	string message,
	Exception inner
)
View Source

Parameters

message  String
Message
inner  Exception
Inner exception
See Also