Class SSystemCodeException
- Namespace
- SWConfigDataSharedLib.Exceptions
- Assembly
- IpPbxCDSSharedLib.dll
Indicates a system failure caused by incorrect program code. The message will never be localized.
public class SSystemCodeException : SSystemException
- Inheritance
-
SSystemCodeException
- Inherited Members
Constructors
SSystemCodeException(string)
Standard constructor
public SSystemCodeException(string message)
Parameters
message
stringThe message
SSystemCodeException(string, Exception)
Standard constructor
public SSystemCodeException(string message, Exception innerException)
Parameters
Properties
Localized
True if the message is Localized. All exception containing ResourceIDs return true. Exceptions from other subsystems like SQL-Server or OS can be localized too.
public override bool Localized { get; }