C# Класс Spring.RabbitQuickStart.Server.Handlers.LoggingExceptionListener

Показать файл Открыть проект

Открытые методы

Метод Описание
OnException ( Exception exception ) : void

Called when there is an exception in message processing.

Описание методов

OnException() публичный Метод

Called when there is an exception in message processing.
public OnException ( Exception exception ) : void
exception System.Exception The exception.
Результат void