.NET Matrix Library
NotSquareMatrixException Class
Members  See Also  Send comments on this topic


Thrown when a non-square matrix is passed as a parameter to a method that expects a square matrix.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class NotSquareMatrixException 
   Inherits MatrixException
   Implements IDisposable_ExceptionISerializable 
C# 
[SerializableAttribute()]
public class NotSquareMatrixException : MatrixException, IDisposable_ExceptionISerializable  
C++/CLI 
[SerializableAttribute()]
public ref class NotSquareMatrixException : public MatrixException, IDisposable_ExceptionISerializable  

Requirements

Namespace: Bluebit.MatrixLibrary

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

Assembly: Bluebit.MatrixLibrary (in Bluebit.MatrixLibrary.dll)

See Also

.NET Matrix Library Documentation