Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.1.0)
E69639-01
Log a failed type conversion.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.1000 (12.2.1.1000)

Syntax

C#
protected static void ReportConversionError(
	IXmlValue xmlValue,
	string type,
	string defaultValue,
	SystemException e
)

Parameters

xmlValue
Type: Tangosol.Run.Xml..::..IXmlValue
Element that contains the value that failed conversion.
type
Type: System..::..String
Type that conversion was attempted to.
defaultValue
Type: System..::..String
Default value that will be substituted.
e
Type: System..::..SystemException
Root cause of failed type conversion.

See Also