C# Class Rca.Hue2Json.Remapping.EmptyIdMapException

Leere ID-Map, keine Mapping-Information verfügbar
Inheritance: Rca.Hue2Json.Remapping.RemappingException
Datei anzeigen Open project: rmmlr/Hue2Json

Public Methods

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

Method Details

EmptyIdMapException() public method

public EmptyIdMapException ( ) : System
return System

EmptyIdMapException() public method

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

EmptyIdMapException() public method

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