Class RecalculationValidationException

Class RecalculationValidationException

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)

Represents an exception which is thrown when errors are found in project after recalculation.

public abstract class RecalculationValidationException : ValidationException, ISerializable

Inheritance

object Exception ApplicationException ValidationException RecalculationValidationException

Derived

TaskValidationException

Implements

ISerializable

Inherited Members

Exception.GetBaseException() , Exception.ToString() , Exception.GetType() , Exception.TargetSite , Exception.Message , Exception.Data , Exception.InnerException , Exception.HelpLink , Exception.Source , Exception.HResult , Exception.StackTrace , Exception.SerializeObjectState , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

RecalculationValidationException()

Initializes a new instance of the Aspose.Tasks.RecalculationValidationException class.

protected RecalculationValidationException()

RecalculationValidationException(string)

Initializes a new instance of the Aspose.Tasks.RecalculationValidationException class.

protected RecalculationValidationException(string msg)

Parameters

msg string

Exception message.

RecalculationValidationException(string, Exception)

Initializes a new instance of the Aspose.Tasks.RecalculationValidationException class.

protected RecalculationValidationException(string msg, Exception innerException)

Parameters

msg string

The exception’s message.

innerException Exception

The exception’s inner exception.

RecalculationValidationException(SerializationInfo, StreamingContext)

Initializes a new instance of the Aspose.Tasks.RecalculationValidationException class.

protected RecalculationValidationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info.

context StreamingContext

The serialization context.

 English