IrcErrorEventArgs Constructor NetIRC2 IRC Client Library for .NET
Creates a new instance of IrcErrorEventArgs.

Namespace: NetIrc2.Events
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IrcErrorEventArgs(
	IrcReplyCode error,
	IrcStatement data
)

Parameters

error
Type: NetIrc2 IrcReplyCode
The type of error that has occured.
data
Type: NetIrc2.Parsing IrcStatement
The raw IRC statement data. This can be used to garner more information about the error.
See Also