Table of Contents

Class ClusterNotInitializedException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.