Class SSystemException
- Namespace
- SWConfigDataSharedLib.Exceptions
- Assembly
- IpPbxCDSSharedLib.dll
Unspecified CDS exception
public class SSystemException : SBaseException
- Inheritance
-
SSystemException
- Derived
- Inherited Members
Constructors
SSystemException(string)
Standard constructor
public SSystemException(string message)
Parameters
message
stringThe message
SSystemException(string, bool)
Standard constructor
public SSystemException(string message, bool localized)
Parameters
SSystemException(string, Exception)
Standard constructor
public SSystemException(string message, Exception innerException)
Parameters
SSystemException(string, Exception, bool)
Standard constructor
public SSystemException(string message, Exception innerException, bool localized)