C# 클래스 Spring.RabbitQuickStart.Server.Handlers.LoggingExceptionListener

파일 보기 프로젝트 열기: spring-projects/spring-net-amqp-samples

공개 메소드들

메소드 설명
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