Alvas.Scriptor Class Library

Scriptor.CompilerErrors Event

Occurs when the compiler is failed. Gets the collection of compiler errors and warnings.

[Visual Basic]
Public Event CompilerErrors As CompilerErrorsEventHandler
[C#]
public event CompilerErrorsEventHandler CompilerErrors;

Event Data

The event handler receives an argument of type CompilerErrorsEventArgs containing data related to this event. The following CompilerErrorsEventArgs property provides information specific to this event.

PropertyDescription
Errors Gets compiler error list.

See Also

Scriptor Class | Alvas.Script Namespace