|
[C#]
ulong EvalUInt64(string expr, in options)
ObjectDisposedException:
Thrown when this PythonScope has been disposed of.
ArgumentNullException:
Thrown when expr is null.
ArgumentException: Thrown
when name is not a valid Python identifier.
InvalidCastException:
Thrown when the result cannot be represented as a UInt64.
OverflowException: Thrown
when the result is outsde the range of a UInt64.
|