codeql/csharp-all
3.1.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the expression of the exception being thrown.
For example, new ArgumentException("i") in return i != 0 ? 1 / i : throw new ArgumentException("i");.
new ArgumentException("i")
return i != 0 ? 1 / i : throw new ArgumentException("i");
Expr getExpr()