C# Class DotNetty.Codecs.Http.Multipart.EndOfDataDecoderException

Inheritance: DecoderException
显示文件 Open project: sekkit/Fenix

Public Methods

Method Description
EndOfDataDecoderException ( Exception innerException ) : System
EndOfDataDecoderException ( string message ) : System

Method Details

EndOfDataDecoderException() public method

public EndOfDataDecoderException ( Exception innerException ) : System
innerException Exception
return System

EndOfDataDecoderException() public method

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