Class ClusterNotInitializedException
Thrown when cluster is not yet initialized.
[Serializable]
public sealed class ClusterNotInitializedException : IgniteException, ISerializable
- Inheritance
-
ClusterNotInitializedException
- Implements
- Inherited Members
Constructors
ClusterNotInitializedException(Guid, int, string?, Exception?)
Initializes a new instance of the ClusterNotInitializedException class.
public ClusterNotInitializedException(Guid traceId, int code, string? message, Exception? innerException = null)