Files
codeql/csharp/ql/test/query-tests/Language Abuse/RethrowException/RethrowException.expected
2018-08-02 17:53:23 +01:00

3 lines
164 B
Plaintext

| RethrowException.cs:12:13:12:20 | throw ...; | Rethrowing exception variable. |
| RethrowException.cs:21:17:21:24 | throw ...; | Rethrowing exception variable. |