OpenRA.Program.BuildExceptionReport C# (CSharp) Method

BuildExceptionReport() static private method

static private BuildExceptionReport ( Exception e ) : StringBuilder
e System.Exception
return StringBuilder
        static StringBuilder BuildExceptionReport(Exception e)
        {
            return BuildExceptionReport(e, new StringBuilder(), 0);
        }

Same methods

Program::BuildExceptionReport ( Exception e, StringBuilder sb, int d ) : StringBuilder