C# Class Helios.Channels.ChannelPipelineException

Exception thrown whenever there's an issue modifying the IChannelPipeline
Inheritance: Exception
Afficher le fichier Open project: wangchengqun/ratel

Méthodes publiques

Méthode Description
ChannelPipelineException ( string message ) : System
ChannelPipelineException ( string message, Exception innerException ) : System

Method Details

ChannelPipelineException() public méthode

public ChannelPipelineException ( string message ) : System
message string
Résultat System

ChannelPipelineException() public méthode

public ChannelPipelineException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System