C# Class UnknownProjectionCurrentStateType, Runtime

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

Public Methods

Method Description
UnknownProjectionCurrentStateType ( ProjectionCurrentStateType type ) : System,

Initializes an instance of the UnknownProjectionCurrentStateType class.

Method Details

UnknownProjectionCurrentStateType() public method

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