C# Class DotNetty.Transport.Channels.ClosedChannelException

Inheritance: IOException
Afficher le fichier Open project: cdy816/mars Class Usage Examples

Méthodes publiques

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

Method Details

ClosedChannelException() public méthode

public ClosedChannelException ( ) : System
Résultat System

ClosedChannelException() public méthode

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