C# 클래스 UnknownProjectionCurrentStateType, Runtime

Exception that gets thrown when attempting to convert a ProjectionCurrentStateType that does not have a known protobuf representation.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
UnknownProjectionCurrentStateType ( ProjectionCurrentStateType type ) : System,

Initializes an instance of the UnknownProjectionCurrentStateType class.

메소드 상세

UnknownProjectionCurrentStateType() 공개 메소드

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