Click or drag to resize

IBasicNoUIError Property

Gets the syntax or execution error information object.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
Error Error { get; }

Property Value

Error
The syntax or execution error information object.
Remarks
If null (Nothing for Visual Basic.) then there isn't any error.
See Also