Causedthe literal text Caused (case sensitive) \sany whitespace character
bythe literal text by (case sensitive) \:the literal : (5810 / 728 / 3A16)
\sany whitespace character
.+any character (except for line terminators), repeated at least once
\.the literal . (4610 / 568 / 2E16)
Group ExceptionName(?<ExceptionName>\w+Exception) \w+any word character, repeated at least once
Exceptionthe literal text Exception (case sensitive) :the literal : (5810 / 728 / 3A16)
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string