C# 클래스 Bamboo.Prevalence.PrevalenceException

상속: System.ApplicationException
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence

공개 메소드들

메소드 설명
PrevalenceException ( string prevalenceBase, string message ) : System

Creates an exception.

ToString ( ) : string

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

메소드 상세

PrevalenceException() 공개 메소드

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

ToString() 공개 메소드

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