C# Class ProjectionsUnavailable, Runtime

Exception that gets thrown when the projections store is unavailable.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
ProjectionsUnavailable ( string cause, Exception, innerException ) : System,

Initializes a new instance of the ProjectionsUnavailable class.

Method Details

ProjectionsUnavailable() public méthode

Initializes a new instance of the ProjectionsUnavailable class.
public ProjectionsUnavailable ( string cause, Exception, innerException ) : System,
cause string The cause of why the event store is unavailable.
innerException Exception, The inner .
Résultat System,