Table of Contents

Class AxisOutOfRangeException

Namespace
NumSharp
Assembly
NumSharp.dll
public class AxisOutOfRangeException : ArgumentOutOfRangeException, ISerializable, INumSharpException
Inheritance
AxisOutOfRangeException
Implements
Inherited Members
Extension Methods

Constructors

AxisOutOfRangeException()

public AxisOutOfRangeException()

AxisOutOfRangeException(int, int)

public AxisOutOfRangeException(int ndim, int axis)

Parameters

ndim int
axis int

AxisOutOfRangeException(string)

public AxisOutOfRangeException(string message)

Parameters

message string