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