C# Класс Net.Pkcs11Interop.Common.UnmanagedException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

UnmanagedException ( string message ) : System

Initializes new instance of UnmanagedException class

UnmanagedException ( string message, int errorCode ) : System

Initializes new instance of UnmanagedException class

Защищенные методы

Метод Описание
UnmanagedException ( SerializationInfo info, StreamingContext context ) : System

Initializes new instance of UnmanagedException class with serialized data

Описание методов

GetObjectData() публичный Метод

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
Результат void

UnmanagedException() защищенный Метод

Initializes new instance of UnmanagedException class with serialized data
protected UnmanagedException ( 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
Результат System

UnmanagedException() публичный Метод

Initializes new instance of UnmanagedException class
public UnmanagedException ( string message ) : System
message string Message that describes the error
Результат System

UnmanagedException() публичный Метод

Initializes new instance of UnmanagedException class
public UnmanagedException ( string message, int errorCode ) : System
message string Message that describes the error
errorCode int Error code returned by the last unmanaged function
Результат System