C# Class CmisSync.Lib.Storage.Database.EntryNotFoundException

Inheritance: System.Exception
Mostrar archivo Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
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.

Protected Methods

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

Initializes a new instance of the EntryNotFoundException class.

Method Details

EntryNotFoundException() public method

Initializes a new instance of the EntryNotFoundException class.
public EntryNotFoundException ( ) : System
return System

EntryNotFoundException() protected method

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. ///
return System

EntryNotFoundException() public method

Initializes a new instance of the EntryNotFoundException class.
public EntryNotFoundException ( string message ) : System
message string /// Message of the exception. ///
return System

EntryNotFoundException() public method

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. ///
return System