Class AppConfigException
- Namespace
- Tlabs
- Assembly
- Tlabs.Core.dll
Application configuration exception.
public class AppConfigException : GeneralException, ISerializable
- Inheritance
-
AppConfigException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AppConfigException()
Default ctor
public AppConfigException()
AppConfigException(string)
Ctor from message
public AppConfigException(string message)
Parameters
messagestring
AppConfigException(string, Exception)
Ctor from message and inner exception.
public AppConfigException(string message, Exception e)