Click or drag to resize

ContinuousQueryCachecreateUnexpectedStateException Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Simple helper to create an exception for communicating invalid state transitions.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected SystemException createUnexpectedStateException(
	ContinuousQueryCacheCacheState expectedState,
	ContinuousQueryCacheCacheState actualState
)

Parameters

expectedState
Type: Tangosol.Net.CacheContinuousQueryCacheCacheState
expected state
actualState
Type: Tangosol.Net.CacheContinuousQueryCacheCacheState
actual state

Return Value

Type: SystemException
a new SystemException with a description of the invalid state transition
See Also