Click or drag to resize

OperationExceptionCreate Method

Creates a OperationException with a specific IPAddress.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static OperationException Create(
	string message,
	IPAddress agent
)
View Source

Parameters

message  String
Message
agent  IPAddress
Agent address

Return Value

OperationException
See Also