C# Class UnsupportedTypeForStreamProcessorStateDiscriminatorConvention, Runtime

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

Public Methods

Method Description
UnsupportedTypeForStreamProcessorStateDiscriminatorConvention ( Type, type ) : System,

Initializes a new instance of the UnsupportedTypeForStreamProcessorStateDiscriminatorConvention class.

Method Details

UnsupportedTypeForStreamProcessorStateDiscriminatorConvention() public method

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