Method GetExceptionDetailsText
GetExceptionDetailsText(Exception?)
Gets detailed text information about the specified exception.
public static string GetExceptionDetailsText(Exception? e)
Parameters
e
ExceptionThe exception to get details for.
Returns
- string
A string containing detailed information about the exception.