advanced-security/qtil-csharp
0.0.3
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()