C# Class TypeHasMultipleLifecycleAttributes, Runtime

Exception that gets thrown when a Type has multiple lifecycle attributes.
Inheritance: Exception
Datei anzeigen Open project: dolittle/Runtime

Public Methods

Method Description
TypeHasMultipleLifecycleAttributes ( Type, type ) : System,

Initializes a new instance of the TypeHasMultipleLifecycleAttributes class.

Method Details

TypeHasMultipleLifecycleAttributes() public method

Initializes a new instance of the TypeHasMultipleLifecycleAttributes class.
public TypeHasMultipleLifecycleAttributes ( Type, type ) : System,
type Type, The type that has multiple lifecycle attributes.
return System,