C# Class Garlic.GarlicException

Inheritance: System.Exception
Afficher le fichier Open project: Lundalogik/garlic

Méthodes publiques

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

Method Details

GarlicException() public méthode

public GarlicException ( ) : System
Résultat System

GarlicException() public méthode

public GarlicException ( Exception inner ) : System
inner System.Exception
Résultat System

GarlicException() public méthode

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