Gets the syntax or execution error information object.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxReadOnly Property Error As Error
Get
property Error^ 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