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

Namespace: Tangosol.IO.Pof
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual Exception ThrowException(
	string uri,
	int typeId,
	string typename,
	Exception e,
	string message
)

Parameters

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

Return Value

This method does not return; it always throws an exception.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Always thrown.

See Also