ApprovalUtilities.Utilities.ExceptionUtilities.FormatError C# (CSharp) Method

FormatError() public static method

public static FormatError ( this except ) : string
except this
return string
		public static string FormatError(this Exception except, params string[] additional)
		{
			return FormatAsError(GetExceptionLines(except, additional));
		}