Occurs when a syntax error has occurred.
(Evaluation errors do not trigger this event.)
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxevent EventHandler<ErrorLogEventArgs> ErrorLog
Event ErrorLog As EventHandler(Of ErrorLogEventArgs)
event EventHandler<ErrorLogEventArgs^>^ ErrorLog {
void add (EventHandler<ErrorLogEventArgs^>^ value);
void remove (EventHandler<ErrorLogEventArgs^>^ value);
}
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