Constructor to set the message of the exception at time of construction

C# | Visual Basic | Visual C++ |
public InvalidMatrixLocationException( string Message )
Public Sub New ( _ Message As String _ )
public: InvalidMatrixLocationException( String^ Message )

- Message (String)
- The message of the exception