C# Class Stash.BackingStore.GraphForKeyNotFoundException

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

Méthodes publiques

Méthode Description
GraphForKeyNotFoundException ( ) : System
GraphForKeyNotFoundException ( InternalId internalId, Exception inner ) : System
GraphForKeyNotFoundException ( string message ) : System
GraphForKeyNotFoundException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

GraphForKeyNotFoundException() public méthode

public GraphForKeyNotFoundException ( ) : System
Résultat System

GraphForKeyNotFoundException() public méthode

public GraphForKeyNotFoundException ( InternalId internalId, Exception inner ) : System
internalId InternalId
inner System.Exception
Résultat System

GraphForKeyNotFoundException() protected méthode

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

GraphForKeyNotFoundException() public méthode

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

GraphForKeyNotFoundException() public méthode

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