FactoryCreateManyOrdered Method (Type) |
Namespace: Cauldron.Activator
public static IEnumerable CreateManyOrdered( Type contractType )
| Exception | Condition |
|---|---|
| KeyNotFoundException | The contract described by contractType was not found |
| Exception | Unknown FactoryCreationPolicy |
| NotSupportedException | An Object with Singleton with an implemented IDisposable must also implement the IDisposableObject interface. |