Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
Static properties of the RuntimeInterop class are used to get information on the last error occurred within the current application stream.
In Fore.NET, an object of this class can be used to get information on error occurred while executing Fore methods.
Class to get analog of the RuntimeInterop class:
RuntimeInteropClass;
Class to get analog of the RuntimeInterop class object:
None;
Property name | Brief description | |
LastError | The LastError property returns information on the last error that occurred within the current application stream. |
See also: