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

Search Results for

    Class SBaseException

    Namespace
    SWConfigDataSharedLib.Exceptions
    Assembly
    IpPbxCDSSharedLib.dll

    SBaseException is the base exception class of all CDS exceptions. The source of a CDS exception can be the CDSClient or the CDSService. A can cntain a localizable message. In that case the exception contains a ResourceID string and parameter list. The localization will be done implicitly and in the context (culture) of the using appilication.

    public class SBaseException : Exception
    Inheritance
    object
    Exception
    SBaseException
    Derived
    SArgumentException
    SCOMException
    SConfigDataException
    SConfigException
    SDBConcurrencyException
    SSecurityException
    SSystemException
    STimeoutException
    UserCertificateException
    UserDbException

    Constructors

    SBaseException(SMessageResources, params object[])

    Contructor with message from resource

    public SBaseException(SMessageResources MessageResource, params object[] paramters)

    Parameters

    MessageResource SMessageResources
    paramters object[]

    SBaseException(Exception, SMessageResources, params object[])

    Contructor with message from resource

    public SBaseException(Exception innerException, SMessageResources MessageResource, params object[] paramters)

    Parameters

    innerException Exception
    MessageResource SMessageResources
    paramters object[]

    SBaseException(string)

    Constructor

    public SBaseException(string message)

    Parameters

    message string

    SBaseException(string, bool)

    Constructor

    public SBaseException(string message, bool Localized)

    Parameters

    message string
    Localized bool

    True if message is localized.

    SBaseException(string, Exception)

    Constructor

    public SBaseException(string message, Exception innerException)

    Parameters

    message string
    innerException Exception

    SBaseException(string, Exception, bool)

    Constructor

    public SBaseException(string message, Exception innerException, bool Localized)

    Parameters

    message string
    innerException Exception
    Localized bool

    Fields

    m_Localized

    protected bool m_Localized

    Field Value

    bool

    remoteException

    protected SRemoteBaseException remoteException

    Field Value

    SRemoteBaseException

    Properties

    HasLocalizedMessage

    True if message is localizable from resource.

    public bool HasLocalizedMessage { get; }

    Property Value

    bool

    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 virtual bool Localized { get; }

    Property Value

    bool

    Message

    Get the message of the exception. It the message is localizable the message will be localized automaticly.

    public override string Message { get; }

    Property Value

    string

    MessageResource

    The resource id.

    public string MessageResource { get; }

    Property Value

    string

    MessageSummary

    Gets the message of the exceptions and its inner exception

    public virtual string MessageSummary { get; }

    Property Value

    string

    RemoteInnerException

    The tranport class

    public virtual Exception RemoteInnerException { get; }

    Property Value

    Exception

    RemoteType

    Get the remote type of this exception.

    public virtual string RemoteType { get; }

    Property Value

    string

    StackTrace

    Gets the stack trace

    public override string StackTrace { get; }

    Property Value

    string

    isRemoteException

    protected bool isRemoteException { get; }

    Property Value

    bool
    © Enreach GmbH