Class DigitalSignatureException

DigitalSignatureException class

Represents errors that occur during steganography operations.

public class DigitalSignatureException : ImageException

Constructors

NameDescription
DigitalSignatureException(string)Initializes a new instance of the DigitalSignatureException class with a specified error message.
DigitalSignatureException(string, Exception)Initializes a new instance of the DigitalSignatureException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also