C# Class Plugin.BluetoothClassic.Abstractions.BluetoothReciveException

Inheritance: Plugin.BluetoothClassic.Abstractions.BluetoothDataTransferUnitException
Afficher le fichier Open project: rostislav-nikitin/Plugin.BluetoothClassic

Méthodes publiques

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

Méthodes protégées

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

Method Details

BluetoothReciveException() public méthode

public BluetoothReciveException ( ) : System
Résultat System

BluetoothReciveException() protected méthode

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

BluetoothReciveException() public méthode

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

BluetoothReciveException() public méthode

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