C# Class Net.Pkcs11Interop.Common.UnsupportedPlatformException

Inheritance: System.Exception
显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Methods

Method Description
UnsupportedPlatformException ( string message ) : System

Initializes new instance of UnsupportedPlatformException class

Protected Methods

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

Initializes new instance of UnsupportedPlatformException class with serialized data

Method Details

UnsupportedPlatformException() protected method

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

UnsupportedPlatformException() public method

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