Click or drag to resize

ConfigurablePofContextThrowException Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Assemble and throw an informative exception based on the passed details.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual Exception ThrowException(
	string uri,
	int typeId,
	string typename,
	Exception e,
	string message
)

Parameters

uri
Type: SystemString
The URI of the configuration.
typeId
Type: SystemInt32
The type ID (if applicable and if known).
typename
Type: SystemString
The user type type name (if applicable and if known).
e
Type: SystemException
The underlying exception, if any.
message
Type: SystemString
The detailed description of the problem.

Return Value

Type: Exception
This method does not return; it always throws an exception.
Exceptions
ExceptionCondition
InvalidOperationException Always thrown.
See Also