C# Class InvalidMicroserviceAddress, Runtime

Exception that gets thrown when parsing of a MicroserviceAddress from a string fails.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
InvalidMicroserviceAddress ( string address ) : System,

Initializes a new instance of the InvalidMicroserviceAddress class.

Method Details

InvalidMicroserviceAddress() public méthode

Initializes a new instance of the InvalidMicroserviceAddress class.
public InvalidMicroserviceAddress ( string address ) : System,
address string The address that failed to parse.
Résultat System,