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

Ensure that the given user type identifier is valid.

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

Syntax

C#
protected internal static void ValidateTypeId(
	int typeId
)

Parameters

typeId
Type: System..::.Int32
The user type identifier to validate.

Exceptions

ExceptionCondition
System..::.ArgumentException If the given user type identifier is negative.

See Also