ActivationException Constructor (String)

Simple Injector
Initializes a new instance of the Exception class with a specified error message.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public ActivationException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also

Reference