Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

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

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