Class ExecutionStoppedEventArgs
Provides data for the IScriptDebugger.ExecutionStopped
event.
public class ExecutionStoppedEventArgs : EventArgs
- Inheritance
-
ExecutionStoppedEventArgs
Properties
- Exception
Gets or sets information about execution exception.
- Position
Gets or sets execution position (line number and file name).
- StopReason
Gets or sets reason of stop.