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

Exception with the name of PKCS#11 attribute whose value could not be read or converted More...

Inherits Exception.

Public Member Functions

 AttributeValueException (CKA attribute)
 Initializes new instance of AttributeValueException class More...
 
 AttributeValueException (CKA attribute, Exception innerException)
 Initializes a new instance of AttributeValueException class with a reference to the inner exception that is the cause of this exception More...
 
 AttributeValueException (uint attribute)
 Initializes new instance of AttributeValueException class More...
 
 AttributeValueException (uint attribute, Exception innerException)
 Initializes a new instance of AttributeValueException class with a reference to the inner exception that is the cause of this exception More...
 
 AttributeValueException (ulong attribute)
 Initializes new instance of AttributeValueException class More...
 
 AttributeValueException (ulong attribute, Exception innerException)
 Initializes a new instance of AttributeValueException class with a reference to the inner exception that is the cause of this exception More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 Populates a SerializationInfo with the data needed to serialize the target object More...
 

Protected Member Functions

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

Properties

CKA Attribute [get]
 Attribute whose value could not be read or converted More...
 

Detailed Description

Exception with the name of PKCS#11 attribute whose value could not be read or converted

Constructor & Destructor Documentation

◆ AttributeValueException() [1/7]

Net.Pkcs11Interop.Common.AttributeValueException.AttributeValueException ( CKA  attribute)

Initializes new instance of AttributeValueException class

Parameters
attributeAttribute whose value could not be read or converted

◆ AttributeValueException() [2/7]

Net.Pkcs11Interop.Common.AttributeValueException.AttributeValueException ( CKA  attribute,
Exception  innerException 
)

Initializes a new instance of AttributeValueException class with a reference to the inner exception that is the cause of this exception

Parameters
attributeAttribute whose value could not be read or converted
innerExceptionThe exception that is the cause of the current exception

◆ AttributeValueException() [3/7]

Net.Pkcs11Interop.Common.AttributeValueException.AttributeValueException ( uint  attribute)

Initializes new instance of AttributeValueException class

Parameters
attributeAttribute whose value could not be read or converted

◆ AttributeValueException() [4/7]

Net.Pkcs11Interop.Common.AttributeValueException.AttributeValueException ( uint  attribute,
Exception  innerException 
)

Initializes a new instance of AttributeValueException class with a reference to the inner exception that is the cause of this exception

Parameters
attributeAttribute whose value could not be read or converted
innerExceptionThe exception that is the cause of the current exception

◆ AttributeValueException() [5/7]

Net.Pkcs11Interop.Common.AttributeValueException.AttributeValueException ( ulong  attribute)

Initializes new instance of AttributeValueException class

Parameters
attributeAttribute whose value could not be read or converted

◆ AttributeValueException() [6/7]

Net.Pkcs11Interop.Common.AttributeValueException.AttributeValueException ( ulong  attribute,
Exception  innerException 
)

Initializes a new instance of AttributeValueException class with a reference to the inner exception that is the cause of this exception

Parameters
attributeAttribute whose value could not be read or converted
innerExceptionThe exception that is the cause of the current exception

◆ AttributeValueException() [7/7]

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

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

Member Function Documentation

◆ GetObjectData()

override void Net.Pkcs11Interop.Common.AttributeValueException.GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)

Populates a SerializationInfo with the data needed to serialize the target object

Parameters
infoSerializationInfo to populate with data
contextThe destination for this serialization

Property Documentation

◆ Attribute

CKA Net.Pkcs11Interop.Common.AttributeValueException.Attribute
get

Attribute whose value could not be read or converted


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