Pkcs11Interop.PDF  1.3.0
Public Member Functions | List of all members
Net.Pkcs11Interop.PDF.ObjectNotFoundException Class Reference

Exception indicating that requested object was not found on the token More...

Inherits Exception.

Public Member Functions

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

Detailed Description

Exception indicating that requested object was not found on the token

Constructor & Destructor Documentation

Net.Pkcs11Interop.PDF.ObjectNotFoundException.ObjectNotFoundException ( )

Initializes a new instance of the ObjectNotFoundException class

Net.Pkcs11Interop.PDF.ObjectNotFoundException.ObjectNotFoundException ( string  message)

Initializes a new instance of the ObjectNotFoundException class with a specified error message

Parameters
messageThe message that describes the error
Net.Pkcs11Interop.PDF.ObjectNotFoundException.ObjectNotFoundException ( string  message,
Exception  innerException 
)

Initializes a new instance of the ObjectNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception

Parameters
messageThe error message that explains the reason for the exception
innerExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.

The documentation for this class was generated from the following file: