Class EurekaTransportException
Inheritance
System.Object
EurekaTransportException
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaTransportException : Exception
Constructors
|
Edit this page
View Source
EurekaTransportException()
Declaration
public EurekaTransportException()
|
Edit this page
View Source
EurekaTransportException(SerializationInfo, StreamingContext)
Declaration
protected EurekaTransportException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Edit this page
View Source
EurekaTransportException(String)
Declaration
public EurekaTransportException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Edit this page
View Source
EurekaTransportException(String, Exception)
Declaration
public EurekaTransportException(string message, Exception cause)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
cause |
|