FunctionCodeError Property
In This Topic
Gets the error text which was returned after evaluating FunctionCode expression. Returns empty string if the code was evaluated without errors or FunctionCode property value is empty.
Syntax
'Declaration
<ObsoleteAttribute("The property has no effect for .Net 4.0 version.")>
Public ReadOnly Property FunctionCodeError As String
'Usage
Dim instance As YFunctionSeries
Dim value As String
value = instance.FunctionCodeError
[Obsolete("The property has no effect for .Net 4.0 version.")]
public string FunctionCodeError {get;}
See Also