Error.Args Property | |
An array of the arguments supplied to an operator or function when an argument error occurs.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax VIRTUAL PROPERTY Args AS Object[] GET SET
public virtual Object[] Args { get; set; }
Request Example
View SourceProperty Value
Type:
ObjectSee Also