Class CannotEstablishLinkException
The telecommunication link cannot be established.
Implements
Inherited Members
Namespace: OnixS.Cme.ILink3.Exceptions
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class CannotEstablishLinkException : SessionException, ISerializable
Constructors
CannotEstablishLinkException(string, Exception)
Constructor.
Declaration
public CannotEstablishLinkException(string rejectReason, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | rejectReason | telecommunication link error details. |
Exception | cause | the cause |