Table of Contents

Class DeploymentException

Namespace
Gridgain.Ml
Assembly
Apache.Ignite.dll

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)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.