C# Class Helios.Channels.ChannelException

Inheritance: Exception
显示文件 Open project: wangchengqun/ratel

Public Methods

Method Description
ChannelException ( Exception ex ) : System
ChannelException ( string message ) : System
ChannelException ( string connectionRefused, Exception exception ) : System

Method Details

ChannelException() public method

public ChannelException ( Exception ex ) : System
ex Exception
return System

ChannelException() public method

public ChannelException ( string message ) : System
message string
return System

ChannelException() public method

public ChannelException ( string connectionRefused, Exception exception ) : System
connectionRefused string
exception Exception
return System