Class PofNavigationException
PofNavigationException indicates a failure to navigate a IPofValue hierarchy.
Inherited Members
Namespace: Tangosol.IO.Pof.Reflection
Assembly: Coherence.dll
Syntax
[Serializable]
public class PofNavigationException : PortableException, IPortableObject, ISerializable
Constructors
PofNavigationException()
Construct a PofNavigationException.
Declaration
public PofNavigationException()
PofNavigationException(Exception)
Construct a PofNavigationException with a specified cause.
Declaration
public PofNavigationException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause | The underlying cause for this exception. |
PofNavigationException(SerializationInfo, StreamingContext)
Construct a PofNavigationException class with serialized data.
Declaration
public PofNavigationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
PofNavigationException(string)
Construct a PofNavigationException with a specified detail message.
Declaration
public PofNavigationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | A detailed message. |
PofNavigationException(string, Exception)
Construct a PofNavigationException with a specified detail message and a cause.
Declaration
public PofNavigationException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | A detailed message. |
Exception | cause | The underlying cause for this exception. |