public void InvertException() { Matrix44F m = new Matrix44F(rowMajor, MatrixOrder.RowMajor); m.Invert(); }