C# 클래스 UnsupportedTypeForStreamProcessorStateDiscriminatorConvention, Runtime

Exception that gets thrown when trying to use an unsupported type in StreamProcessorStateDiscriminatorConvention.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
UnsupportedTypeForStreamProcessorStateDiscriminatorConvention ( Type, type ) : System,

Initializes a new instance of the UnsupportedTypeForStreamProcessorStateDiscriminatorConvention class.

메소드 상세

UnsupportedTypeForStreamProcessorStateDiscriminatorConvention() 공개 메소드

Initializes a new instance of the UnsupportedTypeForStreamProcessorStateDiscriminatorConvention class.
public UnsupportedTypeForStreamProcessorStateDiscriminatorConvention ( Type, type ) : System,
type Type, Nominal type used in the discriminator convention.
리턴 System,