Table of Contents

Class NodeNotStartedException

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Thrown when embedded node is not yet started or it's already stopped.

[Serializable]
public sealed class NodeNotStartedException : IgniteException, ISerializable
Inheritance
NodeNotStartedException
Implements
Inherited Members

Constructors

NodeNotStartedException(Guid, int, string?, Exception?)

Initializes a new instance of the NodeNotStartedException class.

public NodeNotStartedException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.