Dotnet-Project Framework documentation.

ErrorTrace.Error Method (Exception, String)

Format an exception into a string.

public static string Error(
   Exception ex,
   string method
);

Parameters

ex
An exception.
method
The method that cause the exception.

Return Value

A formated string representing the exception.

See Also

ErrorTrace Class | DotnetProject Namespace | ErrorTrace.Error Overload List