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 SDBConcurrencyException

    Namespace
    SWConfigDataSharedLib.Exceptions
    Assembly
    IpPbxCDSSharedLib.dll

    A database write operation failed because of one these reasons:

    1. A database entry was modified since the last read operation.
    2. The cached dataset in the CDSService has timed out.
    3. The cached dataset has become invalid by a prior read operation from this client.
    public class SDBConcurrencyException : SBaseException
    Inheritance
    object
    Exception
    SBaseException
    SDBConcurrencyException
    Inherited Members
    SBaseException.remoteException
    SBaseException.m_Localized
    SBaseException.isRemoteException
    SBaseException.Message
    SBaseException.Localized
    SBaseException.StackTrace
    SBaseException.RemoteInnerException
    SBaseException.RemoteType
    SBaseException.HasLocalizedMessage
    SBaseException.MessageResource

    Constructors

    SDBConcurrencyException(SMessageResources, params object[])

    Cconstructor

    public SDBConcurrencyException(SMessageResources MessageResourceID, params object[] parameters)

    Parameters

    MessageResourceID SMessageResources
    parameters object[]

    SDBConcurrencyException(DBConcurrencyException)

    Constructor

    public SDBConcurrencyException(DBConcurrencyException ex)

    Parameters

    ex DBConcurrencyException

    SDBConcurrencyException(string, bool)

    Constructor

    public SDBConcurrencyException(string message, bool timeout)

    Parameters

    message string

    Additional message.

    timeout bool

    SDBConcurrencyException(string, bool, bool)

    Constructor

    public SDBConcurrencyException(string message, bool timeout, bool Localized)

    Parameters

    message string

    Additional message.

    timeout bool
    Localized bool

    The Localized status of exception

    Properties

    IsDataSetTimeout

    True if the exception is caused by invalid or timeout dataset on CDSService. False if one or more entries chnaged since last read operation.

    public virtual bool IsDataSetTimeout { get; }

    Property Value

    bool

    MessageSummary

    Gets string containing the message of this exception and its innerExceptions

    public override string MessageSummary { get; }

    Property Value

    string

    RowKey

    The prinary key of the entry that causes the exception

    public string RowKey { get; }

    Property Value

    string

    Remarks

    Only filled when dataSetTimeout=false

    TableName

    Name of database table causing the exception.

    public string TableName { get; }

    Property Value

    string

    Remarks

    Only filled when dataSetTimeout=false

    © Enreach GmbH