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
stringThe message that describes the error.
IncorrectPasswordException(string, Exception)
Initializes a new instance of the IncorrectPasswordException class.
public IncorrectPasswordException(string message, Exception innerException)