GetExceptionStackMessage(Exception)
Returns a string composed of the messages of all inner exceptions.
Declaration
public static string GetExceptionStackMessage(Exception outerException)Parameters
| Type | Name | Description |
|---|---|---|
| Exception | outerException | The outer exception. |
Returns
| Type | Description |
|---|---|
| string | A string composed of the messages of all
|