C# 클래스 DotNetty.Codecs.CorruptedFrameException

A DecoderException which is thrown when the received frame data could not be decoded by an inbound handler.
상속: DecoderException
파일 보기 프로젝트 열기: cdy816/mars

공개 메소드들

메소드 설명
CorruptedFrameException ( Exception cause ) : System
CorruptedFrameException ( string message ) : System

메소드 상세

CorruptedFrameException() 공개 메소드

public CorruptedFrameException ( Exception cause ) : System
cause Exception
리턴 System

CorruptedFrameException() 공개 메소드

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