Click or drag to resize

IBasicNoUIErrorLog Event

Occurs when a syntax error has occurred. (Evaluation errors do not trigger this event.)

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
event EventHandler<ErrorLogEventArgs> ErrorLog

Value

EventHandlerErrorLogEventArgs
Remarks
The event handler receives an argument of type ErrorLogEventArgs.
Property Description
Index The error index. (Starts at 1.)

The Index value starts at one. Each addition syntax error is logged with an index value one greater than the previous syntax error.

You can use the error properties to determine the nature of the error.

See Also