.NET Matrix Library
SizeMismatchException Class
Members  See Also  Send Feedback



Thrown when a method expects a matrix or vector of different size.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class SizeMismatchException 
   Inherits MatrixException
Visual Basic (Usage)Copy Code
Dim instance As SizeMismatchException
C# 
[SerializableAttribute()]
public class SizeMismatchException : MatrixException 
C++/CLI 
[SerializableAttribute()]
public ref class SizeMismatchException : public MatrixException 

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library