Gets or sets a value indicating whether all the containers in the current AppDomain should throw
exceptions that contain fully qualified type name. The default is false which means
the type's namespace is omitted.
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Property Value
Type: BooleanThe value indicating whether exception message should emit full type names.
See Also