[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Creates a new instance of ErrorEventArgs.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public ErrorEventArgs(
	string error,
	bool disconnecting
)
Visual Basic (Declaration)
Public Sub New ( _
	error As String, _
	disconnecting As Boolean _
)
Visual C++
public:
ErrorEventArgs(
	String^ error, 
	bool disconnecting
)

Parameters

error
Type: System..::.String
The error message.
disconnecting
Type: System..::.Boolean
Whether it is causing the client to disconnect.

See Also