Class ExceptionsExtensions
- Namespace
- SunamoSelenium.Extensions
- Assembly
- SunamoSelenium.dll
Extension methods for Exception objects.
public static class ExceptionsExtensions
- Inheritance
-
ExceptionsExtensions
- Inherited Members
Methods
GetAllMessages(Exception)
Recursively collects all messages from the exception and its inner exceptions.
public static string GetAllMessages(this Exception exception)
Parameters
exceptionExceptionThe exception to extract messages from.
Returns
- string
A concatenated string of all exception messages including inner exceptions.