.NET Matrix Library
MatrixException Constructor
See Also  Send Feedback



Creates a new instance of the MatrixException class. Creates a new instance of the MatrixException class.

Overload List

OverloadDescription
MatrixException Constructor(String,Exception)Creates a new instance of the MatrixException class with the specified error message and the underlying (inner) exception.  
MatrixException Constructor(String)Creates a new instance of the MatrixException class with the specified error message.  
MatrixException Constructor()Creates a new instance of the MatrixException class with the default message.  

Requirements

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

See Also

.NET Matrix Library