Exemplo n.º 1
0
        public void SendTroubleshootingReportWithTraces(Exception exception)
        {
            if (exception == null)
            {
                throw new ArgumentNullException("exception");
            }
            string functionNameFromException = TroubleshootingContext.GetFunctionNameFromException(exception);

            this.SendTroubleshootingReportWithTraces(exception, functionNameFromException);
        }