Dotnet-Project Framework documentation.

ErrorTrace.Error Method (Exception)

Format an exception into a string.

public static string Error(
   Exception ex
);

Parameters

ex
An exception.

Return Value

A formated string representing the exception.

See Also

ErrorTrace Class | DotnetProject Namespace | ErrorTrace.Error Overload List