C# Class Bamboo.Prevalence.PrevalenceException

Inheritance: System.ApplicationException
Datei anzeigen Open project: bamboo/Bamboo.Prevalence

Public Methods

Method 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 method

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

ToString() public method

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