Interface IErrorReportedEvent
Error reported event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IErrorReportedEvent : IModelEvent, IEvent
Remarks
Error reported event information. See ErrorReported(IErrorReportedEvent).
Properties
CursorPosition
Gets the current position of the cursor on the terminal screen.
Declaration
CursorPosition CursorPosition { get; }
Property Value
| Type | Description |
|---|---|
| CursorPosition | The cursor position. |
Exceptions
| Type | Condition |
|---|---|
| ApptrieveException |
ErrorMessage
Gets the error reported.
Declaration
ErrorMessage ErrorMessage { get; }
Property Value
| Type | Description |
|---|---|
| ErrorMessage | The error reported. |
TerminalScreen
Gets the size and contents of the terminal screen.
Declaration
IRectangularTerminalRegion TerminalScreen { get; }
Property Value
| Type | Description |
|---|---|
| IRectangularTerminalRegion | The contents of the entire terminal screen. |
Exceptions
| Type | Condition |
|---|---|
| ApptrieveException |