Click or drag to resize
DigitalRuneActivationException Constructor (String)
Initializes a new instance of the Exception class with a specified error message.

Namespace: Microsoft.Practices.ServiceLocation
Assembly: Microsoft.Practices.ServiceLocation (in Microsoft.Practices.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public ActivationException(
	string message
)

Parameters

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