VMware Tanzu GemFire .NET Client API Reference
GemFireUnregisteredPdxTypeException Class Reference
Exception denoting attempted usage of an unregistered Pdx type More...
Inheritance diagram for GemFireUnregisteredPdxTypeException:
Public Member Functions | |
| GemFireUnregisteredPdxTypeException (string message, int typeId) | |
| Constructor with basic message More... | |
Public Member Functions inherited from GemFireUnregisteredTypeException | |
| GemFireUnregisteredTypeException (string message) | |
| Constructor with basic message More... | |
Properties | |
| int | TypeId [get] |
| Getter for the offending type's id More... | |
Additional Inherited Members | |
Protected Member Functions inherited from GemFireException | |
| GemFireException (string message) | |
| Constructor for first order exception. More... | |
| GemFireException (string message, Exception innerException) | |
| Constructor for nested exception. More... | |
Detailed Description
Exception denoting attempted usage of an unregistered Pdx type
Constructor & Destructor Documentation
◆ GemFireUnregisteredPdxTypeException()
|
inline |
Constructor with basic message
- Parameters
-
message typeId
Property Documentation
◆ TypeId
|
get |
Getter for the offending type's id
The documentation for this class was generated from the following file:
- gemfire.client/Exceptions/GemFireUnregisteredPdxTypeException.cs

Public Member Functions inherited from 