The exception that is thrown when a dialing action is attempted on an invalid DialerCallInteraction

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 InvalidDialerCallInteractionException : IceLibException
Visual Basic
<SerializableAttribute> _
Public Class InvalidDialerCallInteractionException _
	Inherits IceLibException

Remarks

This exception is thrown when an invalid DialerCallInteraction is used. This is often caused by trying to use dialing actions on an interaction that has already been dispositioned.

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..::..InvalidDialerCallInteractionException

See Also