SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    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
    object
    Exception
    SBaseException
    SSystemException
    SSystemCodeException
    Inherited Members
    SBaseException.remoteException
    SBaseException.m_Localized
    SBaseException.isRemoteException
    SBaseException.Message
    SBaseException.StackTrace
    SBaseException.RemoteInnerException
    SBaseException.RemoteType
    SBaseException.MessageSummary
    SBaseException.HasLocalizedMessage
    SBaseException.MessageResource

    Constructors

    SSystemCodeException(string)

    Standard constructor

    public SSystemCodeException(string message)

    Parameters

    message string

    The message

    SSystemCodeException(string, Exception)

    Standard constructor

    public SSystemCodeException(string message, Exception innerException)

    Parameters

    message string

    The message

    innerException Exception

    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; }

    Property Value

    bool
    © Enreach GmbH