C# Class DotNetty.Transport.Channels.ChannelException

Inheritance: Exception
Mostra file Open project: yixincapital/DotNettyRPC

Public Methods

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

Protected Methods

Method Description
ChannelException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ChannelException() public method

public ChannelException ( ) : System
return System

ChannelException() public method

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

ChannelException() protected method

protected ChannelException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

ChannelException() public method

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

ChannelException() public method

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