C# Class amp.topology.client.RoutingInfoNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: Berico-Technologies/AMP

Méthodes publiques

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

Méthodes protégées

Méthode Description
RoutingInfoNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

RoutingInfoNotFoundException() public méthode

public RoutingInfoNotFoundException ( ) : System
Résultat System

RoutingInfoNotFoundException() protected méthode

protected RoutingInfoNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

RoutingInfoNotFoundException() public méthode

public RoutingInfoNotFoundException ( string message ) : System
message string
Résultat System

RoutingInfoNotFoundException() public méthode

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