Pkcs11Interop  5.1.2
Public Member Functions | Protected Member Functions | List of all members
Net.Pkcs11Interop.Common.LibraryArchitectureException Class Reference

Exception indicating an attempt to load unmanaged PKCS#11 library designated for a different architecture More...

Inherits Exception.

Public Member Functions

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

Protected Member Functions

 LibraryArchitectureException (SerializationInfo info, StreamingContext context)
 Initializes new instance of LibraryArchitectureException class with serialized data More...
 

Detailed Description

Exception indicating an attempt to load unmanaged PKCS#11 library designated for a different architecture

Constructor & Destructor Documentation

◆ LibraryArchitectureException() [1/5]

Net.Pkcs11Interop.Common.LibraryArchitectureException.LibraryArchitectureException ( )

Initializes new instance of LibraryArchitectureException class

◆ LibraryArchitectureException() [2/5]

Net.Pkcs11Interop.Common.LibraryArchitectureException.LibraryArchitectureException ( Exception  innerException)

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

Parameters
innerExceptionThe exception that is the cause of the current exception

◆ LibraryArchitectureException() [3/5]

Net.Pkcs11Interop.Common.LibraryArchitectureException.LibraryArchitectureException ( string  message)

Initializes new instance of LibraryArchitectureException class

Parameters
messageMessage that describes the error

◆ LibraryArchitectureException() [4/5]

Net.Pkcs11Interop.Common.LibraryArchitectureException.LibraryArchitectureException ( string  message,
Exception  innerException 
)

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

Parameters
messageThe message that describes the error
innerExceptionThe exception that is the cause of the current exception

◆ LibraryArchitectureException() [5/5]

Net.Pkcs11Interop.Common.LibraryArchitectureException.LibraryArchitectureException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Initializes new instance of LibraryArchitectureException class with serialized data

Parameters
infoSerializationInfo that holds the serialized object data about the exception being thrown
contextStreamingContext that contains contextual information about the source or destination

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