C# Class Spring.RabbitQuickStart.Server.Handlers.LoggingExceptionListener

显示文件 Open project: spring-projects/spring-net-amqp-samples

Public Methods

Method Description
OnException ( Exception exception ) : void

Called when there is an exception in message processing.

Method Details

OnException() public method

Called when there is an exception in message processing.
public OnException ( Exception exception ) : void
exception System.Exception The exception.
return void