C# Class Net.Pkcs11Interop.Common.Pkcs11Exception

Inheritance: System.Exception
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

Pkcs11Exception ( string method, CKR rv ) : System

Initializes new instance of Pkcs11Exception class

Méthodes protégées

Méthode Description
Pkcs11Exception ( SerializationInfo info, StreamingContext context ) : System

Initializes new instance of Pkcs11Exception class with serialized data

Method Details

GetObjectData() public méthode

Populates a SerializationInfo with the data needed to serialize the target object
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo SerializationInfo to populate with data
context System.Runtime.Serialization.StreamingContext The destination for this serialization
Résultat void

Pkcs11Exception() protected méthode

Initializes new instance of Pkcs11Exception class with serialized data
protected Pkcs11Exception ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo SerializationInfo that holds the serialized object data about the exception being thrown
context System.Runtime.Serialization.StreamingContext StreamingContext that contains contextual information about the source or destination
Résultat System

Pkcs11Exception() public méthode

Initializes new instance of Pkcs11Exception class
public Pkcs11Exception ( string method, CKR rv ) : System
method string Name of method that caused exception
rv CKR Return value of method that caused exception
Résultat System