Show / Hide Table of Contents

Class PofNavigationException

PofNavigationException indicates a failure to navigate a IPofValue hierarchy.

Inheritance
object
Exception
PortableException
PofNavigationException
Implements
IPortableObject
ISerializable
Inherited Members
PortableException.Name
PortableException.FullStackTrace
PortableException.InnerException
PortableException.Message
PortableException.StackTrace
PortableException.GetObjectData(SerializationInfo, StreamingContext)
PortableException.ToString()
PortableException.ReadExternal(IPofReader)
PortableException.WriteExternal(IPofWriter)
PortableException.m_name
PortableException.m_message
PortableException.m_arrStackRemote
PortableException.m_innerException
Exception.GetBaseException()
Exception.GetType()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.Source
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Implements

IPortableObject
ISerializable
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.