C# 클래스 DotNetty.Codecs.PrematureChannelClosureException

상속: DotNetty.Codecs.CodecException
파일 보기 프로젝트 열기: sekkit/Fenix

공개 메소드들

메소드 설명
PrematureChannelClosureException ( Exception exception ) : System
PrematureChannelClosureException ( string message ) : System
PrematureChannelClosureException ( string message, Exception exception ) : System

메소드 상세

PrematureChannelClosureException() 공개 메소드

public PrematureChannelClosureException ( Exception exception ) : System
exception Exception
리턴 System

PrematureChannelClosureException() 공개 메소드

public PrematureChannelClosureException ( string message ) : System
message string
리턴 System

PrematureChannelClosureException() 공개 메소드

public PrematureChannelClosureException ( string message, Exception exception ) : System
message string
exception Exception
리턴 System