C# Class ProjectionsUnavailable, Runtime

Exception that gets thrown when the projections store is unavailable.
Inheritance: Exception
Exibir arquivo Open project: dolittle/Runtime

Public Methods

Method Description
ProjectionsUnavailable ( string cause, Exception, innerException ) : System,

Initializes a new instance of the ProjectionsUnavailable class.

Method Details

ProjectionsUnavailable() public method

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 .
return System,