DefaultConfigurableCacheFactoryReportConversionError Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Log a failed type conversion.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected static void ReportConversionError(
IXmlValue xmlValue,
string type,
string defaultValue,
SystemException e
)
Parameters
- xmlValue
- Type: Tangosol.Run.XmlIXmlValue
Element that contains the value that failed conversion.
- type
- Type: SystemString
Type that conversion was attempted to.
- defaultValue
- Type: SystemString
Default value that will be substituted.
- e
- Type: SystemSystemException
Root cause of failed type conversion.
See Also