public override void SubscriberExceptionOccurred(Internals.IEventTopicInfo eventTopic, Exception exception, ExceptionHandlingContext context)
            {
                context.SetHandled();

                this.HandledException = exception;
            }
示例#2
0
            public override void SubscriberExceptionOccurred(Internals.IEventTopicInfo eventTopic, Exception exception, ExceptionHandlingContext context)
            {
                context.SetHandled();

                this.HandledException = exception;
            }