Table of Contents

Class RuntimeError

Namespace
NumSharp
Assembly
NumSharp.dll

Exception that corresponds to Python/NumPy's RuntimeError. Raised when an error is detected that does not fall into any of the other categories.

public class RuntimeError : NumSharpException, ISerializable, INumSharpException
Inheritance
RuntimeError
Implements
Inherited Members

Remarks

Mirrors Python's RuntimeError for API compatibility. Common cases:

  • np.cov: "cannot handle multidimensional fweights"
  • np.cov: "incompatible numbers of samples and fweights"

Constructors

RuntimeError()

public RuntimeError()

RuntimeError(string)

public RuntimeError(string message)

Parameters

message string