C# Class flint.PebbleNotFoundException

Inheritance: PebbleException
Afficher le fichier Open project: barometz/flint

Méthodes publiques

Méthode Description
PebbleNotFoundException ( string pebbleId = "0000" ) : System
PebbleNotFoundException ( string message, Exception innerException, string pebbleId = "0000" ) : System
PebbleNotFoundException ( string message, string pebbleId = "0000" ) : System

Method Details

PebbleNotFoundException() public méthode

public PebbleNotFoundException ( string pebbleId = "0000" ) : System
pebbleId string
Résultat System

PebbleNotFoundException() public méthode

public PebbleNotFoundException ( string message, Exception innerException, string pebbleId = "0000" ) : System
message string
innerException System.Exception
pebbleId string
Résultat System

PebbleNotFoundException() public méthode

public PebbleNotFoundException ( string message, string pebbleId = "0000" ) : System
message string
pebbleId string
Résultat System