C# Class UnsupportedTypeForStreamProcessorStateDiscriminatorConvention, Runtime

Exception that gets thrown when trying to use an unsupported type in StreamProcessorStateDiscriminatorConvention.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
UnsupportedTypeForStreamProcessorStateDiscriminatorConvention ( Type, type ) : System,

Initializes a new instance of the UnsupportedTypeForStreamProcessorStateDiscriminatorConvention class.

Method Details

UnsupportedTypeForStreamProcessorStateDiscriminatorConvention() public méthode

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