C# Class BetterCms.Core.Exceptions.Configuration.ConfigurationLoaderException

Inheritance: CmsException
ファイルを表示 Open project: devbridge/BetterCMS

Public Methods

Method Description
ConfigurationLoaderException ( ) : System
ConfigurationLoaderException ( string message ) : System
ConfigurationLoaderException ( string message, Exception innerException ) : System

Method Details

ConfigurationLoaderException() public method

public ConfigurationLoaderException ( ) : System
return System

ConfigurationLoaderException() public method

public ConfigurationLoaderException ( string message ) : System
message string
return System

ConfigurationLoaderException() public method

public ConfigurationLoaderException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System