C# 클래스 Helios.Codecs.TooLongFrameException

Exception class that is thrown by a IMessageDecoder when it encounters a frame that is longer than can be processed
상속: DecoderException
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
TooLongFrameException ( string message ) : System

메소드 상세

TooLongFrameException() 공개 메소드

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