CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Configuration.ConfigurationErrorsException Class Reference

Exception thrown due to configuration errors. More...

Inheritance diagram for Csla.Configuration.ConfigurationErrorsException:

Public Member Functions

 ConfigurationErrorsException ()
 Creates an instance of the object. More...
 
 ConfigurationErrorsException (string message)
 Creates an instance of the object. More...
 
 ConfigurationErrorsException (string message, Exception innerException)
 Creates an instance of the object. More...
 

Protected Member Functions

 ConfigurationErrorsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates an instance of the object for serialization. More...
 

Detailed Description

Exception thrown due to configuration errors.

Definition at line 16 of file ConfigurationErrorsException.cs.

Constructor & Destructor Documentation

◆ ConfigurationErrorsException() [1/4]

Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException ( )

Creates an instance of the object.

Definition at line 21 of file ConfigurationErrorsException.cs.

◆ ConfigurationErrorsException() [2/4]

Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException ( string  message)

Creates an instance of the object.

Parameters
messageMessage describing the exception.

Definition at line 30 of file ConfigurationErrorsException.cs.

◆ ConfigurationErrorsException() [3/4]

Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException ( string  message,
Exception  innerException 
)

Creates an instance of the object.

Parameters
messageMessage describing the exception.
innerExceptionInner exception object.

Definition at line 41 of file ConfigurationErrorsException.cs.

◆ ConfigurationErrorsException() [4/4]

Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
protected

Creates an instance of the object for serialization.

Parameters
contextSerialization context.
infoSerialization info.

Definition at line 52 of file ConfigurationErrorsException.cs.