C# 클래스 Helios.Channels.ChannelException

상속: Exception
파일 보기 프로젝트 열기: wangchengqun/ratel

공개 메소드들

메소드 설명
ChannelException ( Exception ex ) : System
ChannelException ( string message ) : System
ChannelException ( string connectionRefused, Exception exception ) : System

메소드 상세

ChannelException() 공개 메소드

public ChannelException ( Exception ex ) : System
ex Exception
리턴 System

ChannelException() 공개 메소드

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

ChannelException() 공개 메소드

public ChannelException ( string connectionRefused, Exception exception ) : System
connectionRefused string
exception Exception
리턴 System