C# Class LoRaTools.Mac.MacCommandException

Inheritance: Exception
Mostrar archivo Open project: Azure/iotedge-lorawan-starterkit

Public Methods

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

Protected Methods

Method Description
MacCommandException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MacCommandException() public method

public MacCommandException ( ) : System
return System

MacCommandException() protected method

protected MacCommandException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

MacCommandException() public method

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

MacCommandException() public method

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