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



message
string containing the message describing the error.
Creates a new instance of the SingularMatrixException class with the specified message.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String _
)
Visual Basic (Usage)Copy Code
Dim message As String
 
Dim instance As New SingularMatrixException(message)
C# 
public SingularMatrixException( 
   string message
)
C++/CLI 
public:
SingularMatrixException( 
   String^ message
)

Parameters

message
string containing the message describing the error.

Requirements

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

See Also

.NET Matrix Library