C# Class Net.Pkcs11Interop.Common.Pkcs11UriException

Inheritance: System.Exception
Show file Open project: Pkcs11Interop/Pkcs11Interop

Public Methods

Method Description
Pkcs11UriException ( string message ) : System

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

Pkcs11UriException ( string message, Exception innerException ) : System

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

Protected Methods

Method Description
Pkcs11UriException ( SerializationInfo info, StreamingContext context ) : System

Initializes new instance of Pkcs11UriException class with serialized data

Method Details

Pkcs11UriException() protected method

Initializes new instance of Pkcs11UriException class with serialized data
protected Pkcs11UriException ( 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
return System

Pkcs11UriException() public method

Initializes a new instance of Pkcs11UriException class with a specified error message
public Pkcs11UriException ( string message ) : System
message string The message that describes the error
return System

Pkcs11UriException() public method

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
public Pkcs11UriException ( string message, Exception innerException ) : System
message string The message that describes the error
innerException System.Exception The exception that is the cause of the current exception
return System