TracerExceptions
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class TracerExceptions
Methods
Trace<T>(T)
View Source
Declaration
public static T Trace<T>(this T ex)
where T : Exception
Returns
<T>
Parameters
| Type | Name |
|---|---|
<T> | ex |
Type Parameters
T