C# Class Plugin.BluetoothClassic.Abstractions.BluetoothReciveException

Inheritance: Plugin.BluetoothClassic.Abstractions.BluetoothDataTransferUnitException
显示文件 Open project: rostislav-nikitin/Plugin.BluetoothClassic

Public Methods

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

Protected Methods

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

Method Details

BluetoothReciveException() public method

public BluetoothReciveException ( ) : System
return System

BluetoothReciveException() protected method

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

BluetoothReciveException() public method

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

BluetoothReciveException() public method

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