Table of Contents

Class EurekaTransportException

Namespace
Steeltoe.Discovery.Eureka.Transport
Assembly
Steeltoe.Discovery.Eureka.dll

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)

Parameters

message string
innerException Exception