Class NodeStartException
Thrown when node failed to start.
[Serializable]
public sealed class NodeStartException : IgniteException, ISerializable
- Inheritance
-
NodeStartException
- Implements
- Inherited Members
Constructors
NodeStartException(Guid, int, string?, Exception?)
Initializes a new instance of the NodeStartException class.
public NodeStartException(Guid traceId, int code, string? message, Exception? innerException = null)