C# Class Rca.Hue2Json.Remapping.EmptyIdMapException

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

Méthodes publiques

Méthode Description
EmptyIdMapException ( ) : System
EmptyIdMapException ( string message ) : System
EmptyIdMapException ( string message, Exception inner ) : System

Method Details

EmptyIdMapException() public méthode

public EmptyIdMapException ( ) : System
Résultat System

EmptyIdMapException() public méthode

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

EmptyIdMapException() public méthode

public EmptyIdMapException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System