Class EurekaTransportException
[Serializable]
public class EurekaTransportException : Exception, ISerializable
- Inheritance
-
EurekaTransportException
- Implements
- Inherited Members
Constructors
EurekaTransportException()
public EurekaTransportException()
EurekaTransportException(SerializationInfo, StreamingContext)
protected EurekaTransportException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
EurekaTransportException(string)
public EurekaTransportException(string message)
Parameters
message
string
EurekaTransportException(string, Exception)
public EurekaTransportException(string message, Exception cause)