Class DeploymentException
Exception thrown when there is an error of size of Deployment Unit Info.
[Serializable]
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors", Justification = "Ignite exceptions use a special constructor.")]
public sealed class DeploymentException : IgniteException, ISerializable
- Inheritance
-
DeploymentException
- Implements
- Inherited Members
Constructors
DeploymentException(Guid, int, string?, Exception?)
Initializes a new instance of the DeploymentException class.
public DeploymentException(Guid traceId, int code, string? message, Exception? innerException = null)