Click or drag to resize

DecryptionException(String, Exception) Constructor

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

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

Parameters

message  String
Message
inner  Exception
Inner exception
See Also