Apache Ignite.NET
Apache.Ignite.Core.Common.ClientDisconnectedException Class Reference

Indicates that client-mode local node has been disconnected from the cluster. More...

Inheritance diagram for Apache.Ignite.Core.Common.ClientDisconnectedException:
Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 ClientDisconnectedException ()
 Initializes a new instance of the ClientDisconnectedException class. More...
 
 ClientDisconnectedException (string message)
 Initializes a new instance of the ClientDisconnectedException class. More...
 
 ClientDisconnectedException (string message, Exception cause)
 Initializes a new instance of the ClientDisconnectedException class. More...
 
 ClientDisconnectedException (string message, Exception cause, Task< bool > clientReconnectTask)
 Initializes a new instance of the ClientDisconnectedException class. More...
 
- Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException ()
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message)
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message, Exception cause)
 Initializes a new instance of the IgniteException class. More...
 

Properties

Task< bool > ClientReconnectTask [get]
 Gets the client reconnect task, if present. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the IgniteException class. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Common.ClientDisconnectedException.ClientDisconnectedException ( )
Apache.Ignite.Core.Common.ClientDisconnectedException.ClientDisconnectedException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Common.ClientDisconnectedException.ClientDisconnectedException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.
Apache.Ignite.Core.Common.ClientDisconnectedException.ClientDisconnectedException ( string  message,
Exception  cause,
Task< bool >  clientReconnectTask 
)
Parameters
messageThe message.
causeThe cause.
clientReconnectTaskThe client reconnect task.

Property Documentation

Task<bool> Apache.Ignite.Core.Common.ClientDisconnectedException.ClientReconnectTask
get

The client reconnect task, or null.