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



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

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New SingularMatrixException()
C# 
public SingularMatrixException()
C++/CLI 
public:
SingularMatrixException();

Requirements

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

See Also

.NET Matrix Library