Show / Hide Table of Contents

Class CannotParsePathException

Thrown when an instance of IParsesPathExpression fails to parse an instance of PathExpression.

Inheritance
System.Object
System.Exception
ZptRenderingException
EvaluationException
CannotParsePathException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ZptSharp.Expressions.PathExpressions
Assembly: ZptSharp.dll
Syntax
[Serializable]
public class CannotParsePathException : EvaluationException, ISerializable

Constructors

| Improve this Doc View Source

CannotParsePathException()

Initializes a new instance of the CannotParsePathException class

Declaration
public CannotParsePathException()
| Improve this Doc View Source

CannotParsePathException(SerializationInfo, StreamingContext)

Initializes a new instance of the CannotParsePathException class

Declaration
protected CannotParsePathException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info

The object that holds the serialized object data.

System.Runtime.Serialization.StreamingContext context

The contextual information about the source or destination.

| Improve this Doc View Source

CannotParsePathException(String)

Initializes a new instance of the CannotParsePathException class

Declaration
public CannotParsePathException(string message)
Parameters
Type Name Description
System.String message

A System.String that describes the exception.

| Improve this Doc View Source

CannotParsePathException(String, Exception)

Initializes a new instance of the CannotParsePathException class

Declaration
public CannotParsePathException(string message, Exception inner)
Parameters
Type Name Description
System.String message

A System.String that describes the exception.

System.Exception inner

The exception that is the cause of the current exception.

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX