C# Класс CmisSync.Lib.Storage.Database.EntryNotFoundException

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

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

Метод Описание
EntryNotFoundException ( ) : System

Initializes a new instance of the EntryNotFoundException class.

EntryNotFoundException ( string message ) : System

Initializes a new instance of the EntryNotFoundException class.

EntryNotFoundException ( string message, Exception inner ) : System

Initializes a new instance of the EntryNotFoundException class.

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

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

Initializes a new instance of the EntryNotFoundException class.

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

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

Initializes a new instance of the EntryNotFoundException class.
public EntryNotFoundException ( ) : System
Результат System

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

Initializes a new instance of the EntryNotFoundException class.
protected EntryNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// Serialization Info. ///
context System.Runtime.Serialization.StreamingContext /// Serialization Context. ///
Результат System

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

Initializes a new instance of the EntryNotFoundException class.
public EntryNotFoundException ( string message ) : System
message string /// Message of the exception. ///
Результат System

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

Initializes a new instance of the EntryNotFoundException class.
public EntryNotFoundException ( string message, Exception inner ) : System
message string /// Message of the exception. ///
inner System.Exception /// Inner Exception. ///
Результат System