C# Class Helios.Channels.ChannelPipelineException

Exception thrown whenever there's an issue modifying the IChannelPipeline
Inheritance: Exception
Mostra file Open project: wangchengqun/ratel

Public Methods

Method Description
ChannelPipelineException ( string message ) : System
ChannelPipelineException ( string message, Exception innerException ) : System

Method Details

ChannelPipelineException() public method

public ChannelPipelineException ( string message ) : System
message string
return System

ChannelPipelineException() public method

public ChannelPipelineException ( string message, Exception innerException ) : System
message string
innerException Exception
return System