| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim message As String Dim innerException As Exception Dim instance As New NotSquareMatrixException(message, innerException) | |
| C# | |
|---|---|
public NotSquareMatrixException( string message, Exception innerException ) | |
| C++/CLI | |
|---|---|
public: NotSquareMatrixException( String^ message, Exception^ innerException ) | |
Parameters
- message
- A string containing the message describing the error.
- innerException
- The inner Exception object.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7