The exception that is thrown when an action is attempted on an invalid DialerSession.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
[SerializableAttribute]
public class InvalidDialerSessionException : IceLibException
Visual Basic
<SerializableAttribute> _
Public Class InvalidDialerSessionException _
	Inherits IceLibException

Remarks

This exception is thrown when an invalid DialerSession is used. This is often caused by trying to use a DialerSession after the agent has logged out.

Like all IceLib-specific exceptions, this object derives from IceLibException, allowing consistent exception handling for all such exceptions.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    IceLibException
      ININ.IceLib.Dialer..::..InvalidDialerSessionException

See Also