C# Class Bamboo.Prevalence.PrevalenceException

Inheritance: System.ApplicationException
Afficher le fichier Open project: bamboo/Bamboo.Prevalence

Méthodes publiques

Méthode Description
PrevalenceException ( string prevalenceBase, string message ) : System

Creates an exception.

ToString ( ) : string

Concatenates the PrevalenceBase property to the string returned by the base class.

Method Details

PrevalenceException() public méthode

Creates an exception.
public PrevalenceException ( string prevalenceBase, string message ) : System
prevalenceBase string base directory for the prevalence engine in context
message string message
Résultat System

ToString() public méthode

Concatenates the PrevalenceBase property to the string returned by the base class.
public ToString ( ) : string
Résultat string