|
PeanutButter
|
Exception thrown then the default method for constructing entities within a GenericBuilder fails, normally because the entity being built has no parameterless constructor. More...
Public Member Functions | |
| GenericBuilderInstanceCreationException (Type builderType, Type entityType) | |
| Constructs a new instance of the exception. | |
Exception thrown then the default method for constructing entities within a GenericBuilder fails, normally because the entity being built has no parameterless constructor.
| PeanutButter.RandomGenerators.GenericBuilderInstanceCreationException.GenericBuilderInstanceCreationException | ( | Type | builderType, |
| Type | entityType ) |
Constructs a new instance of the exception.
| builderType | Type of the builder |
| entityType | Type of the entity to be built |