Exception thrown due to configuration errors. More...
Public Member Functions | |
ConfigurationErrorsException () | |
Creates an instance of the type. More... | |
ConfigurationErrorsException (string message) | |
Creates an instance of the type. More... | |
ConfigurationErrorsException (string message, Exception innerException) | |
Creates an instance of the type. More... | |
Protected Member Functions | |
ConfigurationErrorsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
Creates an instance of the object for serialization. More... | |
Exception thrown due to configuration errors.
Definition at line 16 of file ConfigurationErrorsException.cs.
Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException | ( | ) |
Creates an instance of the type.
Definition at line 21 of file ConfigurationErrorsException.cs.
Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException | ( | string | message | ) |
Creates an instance of the type.
message | Message describing the exception. |
Definition at line 30 of file ConfigurationErrorsException.cs.
Csla.Configuration.ConfigurationErrorsException.ConfigurationErrorsException | ( | string | message, |
Exception | innerException | ||
) |
Creates an instance of the type.
message | Message describing the exception. |
innerException | Inner exception object. |
Definition at line 41 of file ConfigurationErrorsException.cs.
|
protected |
Creates an instance of the object for serialization.
context | Serialization context. |
info | Serialization info. |
Definition at line 52 of file ConfigurationErrorsException.cs.