Class EurekaTransportException
The exception that is thrown when a communication failure with a Eureka server occurs.
public sealed class EurekaTransportException : Exception, ISerializable
- Inheritance
-
EurekaTransportException
- Implements
- Inherited Members
Constructors
EurekaTransportException(string?)
public EurekaTransportException(string? message)
Parameters
message
string
EurekaTransportException(string?, Exception?)
public EurekaTransportException(string? message, Exception? innerException)