Table of Contents

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

exception Exception

The exception to extract messages from.

Returns

string

A concatenated string of all exception messages including inner exceptions.