Treefrog.Program.HandleDomainException C# (CSharp) 메소드

HandleDomainException() 개인적인 정적인 메소드

private static HandleDomainException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
리턴 void
        private static void HandleDomainException(object sender, UnhandledExceptionEventArgs e)
        {
            HandleException((e.ExceptionObject as Exception) ?? new Exception());
        }