Class ClientTimeoutException
Inheritance
ClientTimeoutException
Assembly: Akka.Cluster.Sharding.dll
Syntax
public class ClientTimeoutException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
ClientTimeoutException(SerializationInfo, StreamingContext)
Declaration
protected ClientTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
|
Improve this Doc
View Source
ClientTimeoutException(String)
Declaration
public ClientTimeoutException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
ClientTimeoutException(String, Exception)
Declaration
public ClientTimeoutException(string message, Exception innerEx)
Parameters
Implements
Extension Methods