Table of Contents

Class IncorrectShapeException

Namespace
NumSharp
Assembly
NumSharp.dll
public class IncorrectShapeException : NumSharpException, ISerializable, INumSharpException
Inheritance
IncorrectShapeException
Implements
Inherited Members

Constructors

IncorrectShapeException()

public IncorrectShapeException()

IncorrectShapeException(string)

public IncorrectShapeException(string message)

Parameters

message string

IncorrectShapeException(string, Exception)

public IncorrectShapeException(string message, Exception innerException)

Parameters

message string
innerException Exception