Table of Contents

Class TypeError

Namespace
NumSharp
Assembly
NumSharp.dll

Exception that corresponds to Python/NumPy's TypeError. Raised when an operation or function receives an argument of inappropriate type.

public class TypeError : NumSharpException, ISerializable, INumSharpException
Inheritance
TypeError
Implements
Derived
Inherited Members

Constructors

TypeError()

public TypeError()

TypeError(string)

public TypeError(string message)

Parameters

message string

TypeError(string, Exception)

public TypeError(string message, Exception innerException)

Parameters

message string
innerException Exception