C# Class Aqueduct.Configuration.ConfigurationException

Inheritance: System.Exception
ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
ConfigurationException ( string message ) : System

Constructs a new ConfigurationLoaderException.

ConfigurationException ( string message, Exception innerException ) : System

Constructs a new ConfigurationLoaderException.

Protected Methods

Method Description
ConfigurationException ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

Method Details

ConfigurationException() protected method

Serialization constructor.
protected ConfigurationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ConfigurationException() public method

Constructs a new ConfigurationLoaderException.
public ConfigurationException ( string message ) : System
message string The exception message
return System

ConfigurationException() public method

Constructs a new ConfigurationLoaderException.
public ConfigurationException ( string message, Exception innerException ) : System
message string The exception message
innerException System.Exception The inner exception
return System