C# Class UnknownProjectionCurrentStateType, Runtime

Exception that gets thrown when attempting to convert a ProjectionCurrentStateType that does not have a known protobuf representation.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
UnknownProjectionCurrentStateType ( ProjectionCurrentStateType type ) : System,

Initializes an instance of the UnknownProjectionCurrentStateType class.

Method Details

UnknownProjectionCurrentStateType() public méthode

Initializes an instance of the UnknownProjectionCurrentStateType class.
public UnknownProjectionCurrentStateType ( ProjectionCurrentStateType type ) : System,
type ProjectionCurrentStateType The current state type that is not known.
Résultat System,