Class SConfigException
- Namespace
- SWConfigDataSharedLib.Exceptions
- Assembly
- IpPbxCDSSharedLib.dll
ConfigException is thrown on failures in the system configuration of the CDS itself. The message will never be localized.
public class SConfigException : SBaseException
- Inheritance
-
SConfigException
- Inherited Members
Constructors
SConfigException(string)
Constructor
public SConfigException(string message)
Parameters
message
string
SConfigException(string, bool)
Constructor
public SConfigException(string message, bool Localized)