Class DigitalSignatureException

Class DigitalSignatureException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.12.0)

Represents errors that occur during steganography operations.

public class DigitalSignatureException : ImageException, ISerializable

Inheritance

object Exception ImageException DigitalSignatureException

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

DigitalSignatureException(string)

Initializes a new instance of the Aspose.Imaging.CoreExceptions.DigitalSignatureException class with a specified error message.

public DigitalSignatureException(string message)

Parameters

message string

The message that describes the error.

DigitalSignatureException(string, Exception)

Initializes a new instance of the Aspose.Imaging.CoreExceptions.DigitalSignatureException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public DigitalSignatureException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception.