ExceptionHelper provides static methods for working with exceptions
More...
|
static string | BuildMessage (Exception exception) |
| Builds up a message, using the Message field of the specified exception as well as any InnerExceptions. More...
|
|
static string | BuildStackTrace (Exception exception) |
| Builds up a message, using the Message field of the specified exception as well as any InnerExceptions. More...
|
|
static string | GetStackTrace (Exception exception) |
| Gets the stack trace of the exception. More...
|
|
ExceptionHelper provides static methods for working with exceptions
static string NUnit.Framework.Internal.ExceptionHelper.BuildMessage |
( |
Exception |
exception | ) |
|
|
inlinestatic |
static string NUnit.Framework.Internal.ExceptionHelper.BuildStackTrace |
( |
Exception |
exception | ) |
|
|
inlinestatic |
static string NUnit.Framework.Internal.ExceptionHelper.GetStackTrace |
( |
Exception |
exception | ) |
|
|
inlinestatic |
Gets the stack trace of the exception.
- Parameters
-
- Returns
- A string representation of the stack trace.
static List<Exception> NUnit.Framework.Internal.ExceptionHelper.FlattenExceptionHierarchy |
( |
Exception |
exception | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: