예제 #1
0
            static void OnUnhandledExceptionHandled(object exception, string type)
            {
                SplunkUnhandledEventArgs args = new SplunkUnhandledEventArgs();

                args.ExceptionObject     = exception;
                args.TypeOfException     = type;
                args.HandledSuccessfully = true;
                UnhandledExceptionHandled(null, args);
            }
			static void OnUnhandledExceptionHandled(object exception, string type)
			{
				SplunkUnhandledEventArgs args = new SplunkUnhandledEventArgs ();
				args.ExceptionObject = exception;
				args.TypeOfException = type;
				args.HandledSuccessfully = true;
				UnhandledExceptionHandled (null, args);
			}