| ActivationException Constructor (String) |
Initializes a new instance of the
Exception class with a specified error message.
Namespace: Microsoft.Practices.ServiceLocationAssembly: Microsoft.Practices.ServiceLocation (in Microsoft.Practices.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public ActivationException(
string message
)
Public Sub New (
message As String
)
public:
ActivationException(
String^ message
)
new :
message : string -> ActivationException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also