C# Class TouchRemote.Core.Pairing.PairingException

Inheritance: System.ApplicationException
Datei anzeigen Open project: pieceofsummer/TouchRemote

Public Methods

Method Description
PairingException ( ) : System
PairingException ( string message ) : System
PairingException ( string message, Exception inner ) : System

Protected Methods

Method Description
PairingException ( System info, System context ) : System

Method Details

PairingException() public method

public PairingException ( ) : System
return System

PairingException() protected method

protected PairingException ( System info, System context ) : System
info System
context System
return System

PairingException() public method

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

PairingException() public method

public PairingException ( string message, Exception inner ) : System
message string
inner System.Exception
return System