Click or drag to resize
DigitalRuneServiceLocatorImplBaseFormatActivateAllExceptionMessage Method
Format the exception message for use in an ActivationException that occurs while resolving multiple service instances.

Namespace: Microsoft.Practices.ServiceLocation
Assembly: Microsoft.Practices.ServiceLocation (in Microsoft.Practices.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
protected virtual string FormatActivateAllExceptionMessage(
	Exception actualException,
	Type serviceType
)

Parameters

actualException
Type: SystemException
The actual exception thrown by the implementation.
serviceType
Type: SystemType
Type of service requested.

Return Value

Type: String
The formatted exception message string.
See Also