C# Class Stash.BackingStore.IndexNotReadyException

Inheritance: System.Exception
Datei anzeigen Open project: AndyHitchman/Stash

Public Methods

Method Description
IndexNotReadyException ( ) : System
IndexNotReadyException ( string message ) : System
IndexNotReadyException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

IndexNotReadyException() public method

public IndexNotReadyException ( ) : System
return System

IndexNotReadyException() protected method

protected IndexNotReadyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

IndexNotReadyException() public method

public IndexNotReadyException ( string message ) : System
message string
return System

IndexNotReadyException() public method

public IndexNotReadyException ( string message, Exception inner ) : System
message string
inner System.Exception
return System