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
-
SCOMException
- Inherited Members
Constructors
SCOMException(int, string)
Constructor
public SCOMException(int hr, string message)
Parameters
SCOMException(int, string, bool)
public SCOMException(int hr, string message, bool localized)
Parameters
Fields
hr
Error Code
protected int hr
Field Value
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