Click or drag to resize

BasicNoUIObjError Property

Gets the syntax or execution error information object.

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

Property Value

Error
The syntax or execution error information object.

Implements

IBasicNoUIError
Remarks
If null (Nothing for Visual Basic.) then there isn't any error.
See Also