ConnectFailureArgs.Error Property

AdiIRC API v2

ConnectFailureArgsError Property

The error message

Namespace:  AdiIRCAPIv2.Arguments.Connection
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public string Error { get; }
Public ReadOnly Property Error As String
	Get
public:
property String^ Error {
	String^ get ();
}
member Error : string with get

Property Value

Type: String
See Also