C# Class Helios.Channels.ChannelException

Inheritance: Exception
Afficher le fichier Open project: wangchengqun/ratel

Méthodes publiques

Méthode Description
ChannelException ( Exception ex ) : System
ChannelException ( string message ) : System
ChannelException ( string connectionRefused, Exception exception ) : System

Method Details

ChannelException() public méthode

public ChannelException ( Exception ex ) : System
ex Exception
Résultat System

ChannelException() public méthode

public ChannelException ( string message ) : System
message string
Résultat System

ChannelException() public méthode

public ChannelException ( string connectionRefused, Exception exception ) : System
connectionRefused string
exception Exception
Résultat System