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


This is the base class for all exceptions defined in the Bluebit.MatrixLibrary namespace.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class MatrixException 
   Inherits System.Exception
   Implements IDisposable_ExceptionISerializable 
C# 
[SerializableAttribute()]
public class MatrixException : System.Exception, IDisposable_ExceptionISerializable  
C++/CLI 
[SerializableAttribute()]
public ref class MatrixException : public System.Exception, 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