Table of Contents

Class IncorrectPasswordException

Namespace
Aspose.Imaging.CoreExceptions
Assembly
Aspose.Imaging.dll

The incorrect password exception.

public class IncorrectPasswordException : Exception, ISerializable
Inheritance
IncorrectPasswordException
Implements
Inherited Members

Constructors

IncorrectPasswordException(string)

Initializes a new instance of the IncorrectPasswordException class.

public IncorrectPasswordException(string message)

Parameters

message string

The message that describes the error.

IncorrectPasswordException(string, Exception)

Initializes a new instance of the IncorrectPasswordException class.

public IncorrectPasswordException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.