C# Class ApplicationSettings.AppSettingException

Inheritance: System.Exception
Show file Open project: tparvi/appsettings

Public Methods

Method Description
AppSettingException ( ) : System

Initializes a new instance of the AppSettingException class.

AppSettingException ( string message ) : System

Initializes a new instance of the AppSettingException class.

AppSettingException ( string message, Exception innerException ) : System

Initializes a new instance of the AppSettingException class.

Protected Methods

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

Initializes a new instance of the AppSettingException class.

Method Details

AppSettingException() public method

Initializes a new instance of the AppSettingException class.
public AppSettingException ( ) : System
return System

AppSettingException() protected method

Initializes a new instance of the AppSettingException class.
protected AppSettingException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The info. ///
context System.Runtime.Serialization.StreamingContext /// The context. ///
return System

AppSettingException() public method

Initializes a new instance of the AppSettingException class.
public AppSettingException ( string message ) : System
message string /// The message. ///
return System

AppSettingException() public method

Initializes a new instance of the AppSettingException class.
public AppSettingException ( string message, Exception innerException ) : System
message string /// The message. ///
innerException System.Exception /// The inner exception. ///
return System