![]() |
Apache Ignite.NET
|
Indicates an illegal call on empty projection. Thrown by projection when operation that requires at least one node is called on empty projection. More...
Public Member Functions | |
| ClusterGroupEmptyException () | |
| Initializes a new instance of the ClusterGroupEmptyException class. More... | |
| ClusterGroupEmptyException (string msg) | |
| Initializes a new instance of the ClusterGroupEmptyException class. More... | |
| ClusterGroupEmptyException (string message, Exception cause) | |
| Initializes a new instance of the ClusterGroupEmptyException 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... | |
Protected Member Functions | |
| ClusterGroupEmptyException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the ClusterGroupEmptyException class. More... | |
Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException | |
| IgniteException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the IgniteException class. More... | |
| Apache.Ignite.Core.Cluster.ClusterGroupEmptyException.ClusterGroupEmptyException | ( | ) |
| Apache.Ignite.Core.Cluster.ClusterGroupEmptyException.ClusterGroupEmptyException | ( | string | msg | ) |
| msg | Exception message. |
| Apache.Ignite.Core.Cluster.ClusterGroupEmptyException.ClusterGroupEmptyException | ( | string | message, |
| Exception | cause | ||
| ) |
| message | The message. |
| cause | The cause. |
|
protected |
| info | Serialization info. |
| ctx | Streaming context. |