ExceptionsGenerateFullTechnicalMessage Method |
Generates a complete description of the exception and its inner exceptions.
These descriptions include type, message, steps and stack trace.
If a logger is provided, the message will include its last steps.
Namespace: MicaSystems.Utils
public static string GenerateFullTechnicalMessage( this Exception ex, ILogger logger = null )