C# Class Stash.BackingStore.IndexNotReadyException

Inheritance: System.Exception
Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
IndexNotReadyException ( ) : System
IndexNotReadyException ( string message ) : System
IndexNotReadyException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
IndexNotReadyException ( SerializationInfo info, StreamingContext context ) : System

Method Details

IndexNotReadyException() public méthode

public IndexNotReadyException ( ) : System
Résultat System

IndexNotReadyException() protected méthode

protected IndexNotReadyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

IndexNotReadyException() public méthode

public IndexNotReadyException ( string message ) : System
message string
Résultat System

IndexNotReadyException() public méthode

public IndexNotReadyException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System