Class ClusterNotInitializedException
Thrown when cluster is not yet initialized.
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
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)