C# Class LoraKeysManagerFacade.DeviceNonceUsedException

Inheritance: Exception
Mostra file Open project: Azure/iotedge-lorawan-starterkit

Public Methods

Method Description
DeviceNonceUsedException ( ) : System
DeviceNonceUsedException ( string message ) : System
DeviceNonceUsedException ( string message, Exception innerException ) : System

Method Details

DeviceNonceUsedException() public method

public DeviceNonceUsedException ( ) : System
return System

DeviceNonceUsedException() public method

public DeviceNonceUsedException ( string message ) : System
message string
return System

DeviceNonceUsedException() public method

public DeviceNonceUsedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System