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