Class IndexError
- Namespace
- NumSharp
- Assembly
- NumSharp.dll
Exception that corresponds to Python/NumPy's IndexError. Raised when a sequence subscript is out of range, or when an index type is invalid (e.g. float/complex index on an ndarray).
public class IndexError : NumSharpException, ISerializable, INumSharpException
- Inheritance
-
IndexError
- Implements
- Inherited Members
- Extension Methods
Constructors
IndexError()
public IndexError()
IndexError(string)
public IndexError(string message)
Parameters
messagestring