C# Class DotNetty.Codecs.PrematureChannelClosureException

Inheritance: DotNetty.Codecs.CodecException
显示文件 Open project: sekkit/Fenix

Public Methods

Method Description
PrematureChannelClosureException ( Exception exception ) : System
PrematureChannelClosureException ( string message ) : System
PrematureChannelClosureException ( string message, Exception exception ) : System

Method Details

PrematureChannelClosureException() public method

public PrematureChannelClosureException ( Exception exception ) : System
exception Exception
return System

PrematureChannelClosureException() public method

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

PrematureChannelClosureException() public method

public PrematureChannelClosureException ( string message, Exception exception ) : System
message string
exception Exception
return System