Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Assemble and throw an informative exception based on the passed details.

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

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