C# Class Rca.Hue2Json.Remapping.BackupIdNotFoundException

Keine Backup-ID verfügbar
Inheritance: Rca.Hue2Json.Remapping.RemappingException
Datei anzeigen Open project: rmmlr/Hue2Json

Public Methods

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

Method Details

BackupIdNotFoundException() public method

public BackupIdNotFoundException ( ) : System
return System

BackupIdNotFoundException() public method

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

BackupIdNotFoundException() public method

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