CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
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 type.
 ConfigurationErrorsException (string? message)
 Creates an instance of the type.
 ConfigurationErrorsException (string? message, Exception? innerException)
 Creates an instance of the type.

Detailed Description

Exception thrown due to configuration errors.

Constructor & Destructor Documentation

◆ ConfigurationErrorsException() [1/3]

Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException ( )
inline

Creates an instance of the type.

◆ ConfigurationErrorsException() [2/3]

Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException ( string? message)
inline

Creates an instance of the type.

Parameters
messageMessage describing the exception.

◆ ConfigurationErrorsException() [3/3]

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

Creates an instance of the type.

Parameters
messageMessage describing the exception.
innerExceptionInner exception object.

The documentation for this class was generated from the following file: