Method | Description | |
---|---|---|
CreateTraceExceptionString ( |
This builds a string detailing the given exception.
|
|
TraceException ( |
This writes information detailing the given exception to the trace log.
|
public static CreateTraceExceptionString ( |
||
ex | The exceptions to describe. | |
return | string |
public static TraceException ( |
||
ex | The exceptions to describe. | |
return | void |