C# Class Flint.Core.PebbleException

Inheritance: System.Exception
Afficher le fichier Open project: barometz/flint

Méthodes publiques

Méthode Description
PebbleException ( ) : System
PebbleException ( string message ) : System
PebbleException ( string message, Exception innerException ) : System

Method Details

PebbleException() public méthode

public PebbleException ( ) : System
Résultat System

PebbleException() public méthode

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

PebbleException() public méthode

public PebbleException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System