Method GetExceptionMessageText
GetExceptionMessageText(Exception?, string?)
Gets the exception message text.
public static string GetExceptionMessageText(Exception? e, string? additionalInfo = null)
Parameters
Returns
- string
A string containing the exception message text and additional information.