static void UnhandledExceptionTrapper()

in dotnet/azure-functions/FunctionApp/Notes.cs [173:176]


        static void UnhandledExceptionTrapper(object sender, UnhandledExceptionEventArgs e)
        {
            Console.WriteLine(e.ExceptionObject.ToString());
        }