Bellatrix.ExceptionAnalysation.AnalyzedTestException.FormatExceptionMessage C# (CSharp) Метод

FormatExceptionMessage() приватный статический Метод

private static FormatExceptionMessage ( string exceptionMessage ) : string
exceptionMessage string
Результат string
        private static string FormatExceptionMessage(string exceptionMessage) => $"{Environment.NewLine}{Environment.NewLine}{new string('#', 40)}{Environment.NewLine}{Environment.NewLine}{exceptionMessage}{Environment.NewLine}{Environment.NewLine}{new string('#', 40)}{Environment.NewLine}";

Same methods

AnalyzedTestException::FormatExceptionMessage ( string exceptionMessage, string url ) : string