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 SCOMException

    Namespace
    SWConfigDataSharedLib.Exceptions
    Assembly
    IpPbxCDSSharedLib.dll

    Exception thrown by a COM RCW of the CDS service. It contains an HRESULT failure value.

    public class SCOMException : SBaseException
    Inheritance
    object
    Exception
    SBaseException
    SCOMException
    Inherited Members
    SBaseException.remoteException
    SBaseException.m_Localized
    SBaseException.isRemoteException
    SBaseException.Message
    SBaseException.Localized
    SBaseException.StackTrace
    SBaseException.RemoteInnerException
    SBaseException.RemoteType
    SBaseException.HasLocalizedMessage
    SBaseException.MessageResource

    Constructors

    SCOMException(int, string)

    Constructor

    public SCOMException(int hr, string message)

    Parameters

    hr int

    ErrorCode.

    message string

    Additional message.

    SCOMException(int, string, bool)

    public SCOMException(int hr, string message, bool localized)

    Parameters

    hr int
    message string
    localized bool

    Fields

    hr

    Error Code

    protected int hr

    Field Value

    int

    Properties

    HResult

    Returns the error code.

    public virtual int HResult { get; }

    Property Value

    int

    the error code

    MessageSummary

    Creates a message including the ErrorCode as string and the additional message.

    public override string MessageSummary { get; }

    Property Value

    string

    message

    © Enreach GmbH