Method | Description | |
---|---|---|
BuildFriendlyMessage ( |
Builds up a message, using the Message field of the specified exception as well as any InnerExceptions. Excludes exception names, creating more readable message
|
|
BuildMessage ( |
Builds up a message, using the Message field of the specified exception as well as any InnerExceptions.
|
|
BuildStackTrace ( |
Builds up a message, using the Message field of the specified exception as well as any InnerExceptions.
|
|
GetStackTrace ( |
Gets the stack trace of the exception.
|
|
Rethrow ( |
Rethrows an exception, preserving its stack trace
|
Method | Description | |
---|---|---|
BuildMessage ( |
||
ExceptionHelper ( ) : System | ||
FlattenExceptionHierarchy ( |
||
WriteException ( StringBuilder sb, |
public static BuildFriendlyMessage ( |
||
exception | The exception. | |
return | string |
public static BuildMessage ( |
||
exception | The exception. | |
return | string |
public static BuildStackTrace ( |
||
exception | The exception. | |
return | string |
public static GetStackTrace ( |
||
exception | The exception. | |
return | string |
public static Rethrow ( |
||
exception | The exception to rethrow | |
return | void |