Class NodeNotStartedException
Thrown when embedded node is not yet started or it's already stopped.
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
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)