C# Class Rca.Hue2Json.Remapping.CurrentIdNotFoundException

Keine Current-ID verfügbar
Inheritance: Rca.Hue2Json.Remapping.RemappingException
Show file Open project: rmmlr/Hue2Json

Public Methods

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

Method Details

CurrentIdNotFoundException() public method

public CurrentIdNotFoundException ( ) : System
return System

CurrentIdNotFoundException() public method

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

CurrentIdNotFoundException() public method

public CurrentIdNotFoundException ( string message, Exception inner ) : System
message string
inner Exception
return System