CmisSync.Lib.Storage.Database.EntryNotFoundException.EntryNotFoundException C# (CSharp) Method

EntryNotFoundException() public method

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

Same methods

EntryNotFoundException::EntryNotFoundException ( SerializationInfo info, StreamingContext context ) : System
EntryNotFoundException::EntryNotFoundException ( string message ) : System
EntryNotFoundException::EntryNotFoundException ( string message, Exception inner ) : System
EntryNotFoundException