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

Exception that indicates error in PKCS#11 URI parsing or building process More...

Inherits Exception.

Public Member Functions

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

Protected Member Functions

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

Detailed Description

Exception that indicates error in PKCS#11 URI parsing or building process

Constructor & Destructor Documentation

◆ Pkcs11UriException() [1/3]

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

Initializes a new instance of Pkcs11UriException class with a specified error message

Parameters
messageThe message that describes the error

◆ Pkcs11UriException() [2/3]

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

Initializes a new instance of Pkcs11UriException 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

◆ Pkcs11UriException() [3/3]

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

Initializes new instance of Pkcs11UriException 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: