|
[C#]
long GetInt64Value(string name)
ObjectDisposedException:
Thrown when this PythonScope has been disposed of.
ArgumentNullException:
Thrown when name is null.
ArgumentException: Thrown
when name is not a valid Python identifier.
InvalidCastException:
Thrown when the value cannot be represented as an Int64.
OverflowException: Thrown
when the value is outsde the range of an Int64.
|