CitrixVirtualUser OnError Method C# API
Called whenever an error occurrs. The user should not call this method directly.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

protected override bool OnError(
	string id,
	string info
)

Parameters

id
Type: System String
The error identifier, which appears in the ID column.
info
Type: System String
An error message which appears in the Info column.

Return Value

true if the error should be written to the event log, or false if the error should be ignored.
See Also