Class IronBarCodePdfPasswordException
Represents errors that occur during PDF processing in IronBarCode due to incorrect or missing password.
Inheritance
Namespace: IronBarCode.Exceptions
Assembly: IronBarCode.dll
Syntax
public class IronBarCodePdfPasswordException : Exception
Remarks
This exception is thrown when a PDF document cannot be read due to password issues.
Constructors
IronBarCodePdfPasswordException()
Initializes a new instance of the IronBarCodePdfPasswordException class.
Declaration
public IronBarCodePdfPasswordException()
IronBarCodePdfPasswordException(String)
Initializes a new instance of the IronBarCodePdfPasswordException class with a specified error message.
Declaration
public IronBarCodePdfPasswordException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
IronBarCodePdfPasswordException(String, Exception)
Initializes a new instance of the IronBarCodePdfPasswordException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public IronBarCodePdfPasswordException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
System.Exception | inner | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |