C# Class Net.Pkcs11Interop.Common.LibraryArchitectureException

Inheritance: System.Exception
ファイルを表示 Open project: Pkcs11Interop/Pkcs11Interop

Public Methods

Method Description
LibraryArchitectureException ( ) : System

Initializes new instance of LibraryArchitectureException class

LibraryArchitectureException ( Exception innerException ) : System

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

LibraryArchitectureException ( string message ) : System

Initializes new instance of LibraryArchitectureException class

LibraryArchitectureException ( string message, Exception innerException ) : System

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

Protected Methods

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

Initializes new instance of LibraryArchitectureException class with serialized data

Method Details

LibraryArchitectureException() public method

Initializes new instance of LibraryArchitectureException class
public LibraryArchitectureException ( ) : System
return System

LibraryArchitectureException() public method

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
public LibraryArchitectureException ( Exception innerException ) : System
innerException System.Exception The exception that is the cause of the current exception
return System

LibraryArchitectureException() protected method

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

LibraryArchitectureException() public method

Initializes new instance of LibraryArchitectureException class
public LibraryArchitectureException ( string message ) : System
message string Message that describes the error
return System

LibraryArchitectureException() public method

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
public LibraryArchitectureException ( 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