IServer.Error Property

AdiIRC API v2

IServerError Property

Returns whether the error type of the last connections error. (0 = no error)

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
int Error { get; }
ReadOnly Property Error As Integer
	Get
property int Error {
	int get ();
}
abstract Error : int with get

Property Value

Type: Int32
See Also