C# Class DotNetty.Transport.Channels.ClosedChannelException

Inheritance: IOException
Mostrar archivo Open project: cdy816/mars Class Usage Examples

Public Methods

Method Description
ClosedChannelException ( ) : System
ClosedChannelException ( string message, Exception innerException ) : System

Method Details

ClosedChannelException() public method

public ClosedChannelException ( ) : System
return System

ClosedChannelException() public method

public ClosedChannelException ( string message, Exception innerException ) : System
message string
innerException Exception
return System