Class NodeNotStartedException
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)