.NET Matrix Library
MatrixException Constructor()
See Also  Send Feedback



Creates a new instance of the MatrixException class with the default message.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New MatrixException()
C# 
public MatrixException()
C++/CLI 
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