Click or drag to resize

DefaultConfigurableCacheFactoryReportConversionError Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Log a failed type conversion.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected 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