The exception that is thrown when a Dialer logon attempt fails

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

Remarks

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

See Also