| ServiceLocatorFormatActivationExceptionMessage Method |
Namespace:
Dynamicweb.Extensibility.Providers
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax protected virtual string FormatActivationExceptionMessage(
Exception actualException,
Type serviceType,
string key
)
Protected Overridable Function FormatActivationExceptionMessage (
actualException As Exception,
serviceType As Type,
key As String
) As String
Parameters
- actualException
- Type: SystemException
- serviceType
- Type: SystemType
- key
- Type: SystemString
Return Value
Type:
StringSee Also