C# Class TypeHasMultipleLifecycleAttributes, Runtime

Exception that gets thrown when a Type has multiple lifecycle attributes.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

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

Initializes a new instance of the TypeHasMultipleLifecycleAttributes class.

Method Details

TypeHasMultipleLifecycleAttributes() public méthode

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