PofReflectionHelperEnsureType Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Validate that the supplied object is compatible with the
            specified type.
            
 
    Namespace: 
   Tangosol.IO.Pof.Reflection
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Exceptions| Exception | Condition | 
|---|
| ArgumentException | 
            If the specified type is a user type that is unknown to this
            IPofContext or there is no type mapping.
             | 
| InvalidCastException | 
            If the specified object is not assignable to the specified type.
             | 
See Also