Click or drag to resize

ContinuousQueryCachecreateUnexpectedStateException Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Simple helper to create an exception for communicating invalid state transitions.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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