C# Class ProjectionFailed, Runtime

Exception that gets thrown we a projection operation fails.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
ProjectionFailed ( string reason ) : System,

Initializes a new instance of the ProjectionFailed class.

Method Details

ProjectionFailed() public méthode

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