Table of Contents

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

Constructors

IndexError()

public IndexError()

IndexError(string)

public IndexError(string message)

Parameters

message string

IndexError(string, Exception)

public IndexError(string message, Exception innerException)

Parameters

message string
innerException Exception