C# Class DotNetty.Transport.Channels.ChannelException

Inheritance: Exception
Afficher le fichier Open project: yixincapital/DotNettyRPC

Méthodes publiques

Méthode Description
ChannelException ( ) : System
ChannelException ( Exception innerException ) : System
ChannelException ( string message ) : System
ChannelException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
ChannelException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ChannelException() public méthode

public ChannelException ( ) : System
Résultat System

ChannelException() public méthode

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

ChannelException() protected méthode

protected ChannelException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

ChannelException() public méthode

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

ChannelException() public méthode

public ChannelException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System