Initializes a new instance of the DialerLogonFailedException class with a specific error message.

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

Syntax

C#
public DialerLogonFailedException(
	string error
)
Visual Basic
Public Sub New ( _
	error As String _
)

Parameters

error
Type: System..::..String
The error message

See Also