C# Class amp.topology.client.RoutingInfoNotFoundException

Inheritance: System.Exception
Mostra file Open project: Berico-Technologies/AMP

Public Methods

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

Protected Methods

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

Method Details

RoutingInfoNotFoundException() public method

public RoutingInfoNotFoundException ( ) : System
return System

RoutingInfoNotFoundException() protected method

protected RoutingInfoNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

RoutingInfoNotFoundException() public method

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

RoutingInfoNotFoundException() public method

public RoutingInfoNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System