C# Class HandlerMissingException, xoom-net-http

Inheritance: Exception
Mostrar archivo Open project: vlingo-net/xoom-net-http

Public Methods

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

Protected Methods

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

Method Details

HandlerMissingException() public method

public HandlerMissingException ( ) : System,
return System,

HandlerMissingException() protected method

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

HandlerMissingException() public method

public HandlerMissingException ( string message ) : System,
message string
return System,

HandlerMissingException() public method

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