C# 클래스 Helios.Codecs.EncoderException

Exception thrown by a IMessageEncoder
상속: HeliosException
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
EncoderException ( Exception inner ) : System
EncoderException ( string message ) : System

메소드 상세

EncoderException() 공개 메소드

public EncoderException ( Exception inner ) : System
inner System.Exception
리턴 System

EncoderException() 공개 메소드

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