C# Class ProjectionFailed, Runtime

Exception that gets thrown we a projection operation fails.
Inheritance: Exception
Datei anzeigen Open project: dolittle/Runtime

Public Methods

Method Description
ProjectionFailed ( string reason ) : System,

Initializes a new instance of the ProjectionFailed class.

Method Details

ProjectionFailed() public method

Initializes a new instance of the ProjectionFailed class.
public ProjectionFailed ( string reason ) : System,
reason string The reason for the failure.
return System,