C# Class LoRaTools.Mac.MacCommandException

Inheritance: Exception
Afficher le fichier Open project: Azure/iotedge-lorawan-starterkit

Méthodes publiques

Méthode Description
MacCommandException ( ) : System
MacCommandException ( string message ) : System
MacCommandException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
MacCommandException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MacCommandException() public méthode

public MacCommandException ( ) : System
Résultat System

MacCommandException() protected méthode

protected MacCommandException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

MacCommandException() public méthode

public MacCommandException ( string message ) : System
message string
Résultat System

MacCommandException() public méthode

public MacCommandException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System