ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.Tales.InvalidExpressionException Class Reference

Exception raised when a TALES expression is invalid. More...

Inheritance diagram for CSF.Zpt.Tales.InvalidExpressionException:
Collaboration diagram for CSF.Zpt.Tales.InvalidExpressionException:

Public Member Functions

 InvalidExpressionException ()
 Initializes a new instance of the T:InvalidExpressionException class More...
 
 InvalidExpressionException (string message)
 Initializes a new instance of the T:InvalidExpressionException class More...
 
 InvalidExpressionException (string message, Exception inner)
 Initializes a new instance of the T:InvalidExpressionException class More...
 
- Public Member Functions inherited from CSF.Zpt.Rendering.ModelEvaluationException
 ModelEvaluationException ()
 Initializes a new instance of the T:ModelEvaluationException class More...
 
 ModelEvaluationException (string message)
 Initializes a new instance of the T:ModelEvaluationException class More...
 
 ModelEvaluationException (string message, Exception inner)
 Initializes a new instance of the T:ModelEvaluationException class More...
 
- Public Member Functions inherited from CSF.Zpt.Rendering.RenderingException
 RenderingException ()
 Initializes a new instance of the T:RenderingException class More...
 
 RenderingException (string message)
 Initializes a new instance of the T:RenderingException class More...
 
 RenderingException (string message, System.Exception inner)
 Initializes a new instance of the T:RenderingException class More...
 
- Public Member Functions inherited from CSF.Zpt.ZptException
 ZptException ()
 Initializes a new instance of the T:ZptException class More...
 
 ZptException (string message)
 Initializes a new instance of the T:ZptException class More...
 
 ZptException (string message, Exception inner)
 Initializes a new instance of the T:ZptException class More...
 

Protected Member Functions

 InvalidExpressionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:InvalidExpressionException class More...
 
- Protected Member Functions inherited from CSF.Zpt.Rendering.ModelEvaluationException
 ModelEvaluationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:ModelEvaluationException class More...
 
- Protected Member Functions inherited from CSF.Zpt.Rendering.RenderingException
 RenderingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:RenderingException class More...
 
- Protected Member Functions inherited from CSF.Zpt.ZptException
 ZptException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:ZptException class More...
 

Additional Inherited Members

- Properties inherited from CSF.Zpt.Rendering.ModelEvaluationException
string ExpressionText [get, set]
 Gets or sets the text of the expression which raised the current exception. More...
 
string ElementName [get, set]
 Gets or sets the name of the element for which the expression was being evaluated. More...
 

Detailed Description

Exception raised when a TALES expression is invalid.

Constructor & Destructor Documentation

CSF.Zpt.Tales.InvalidExpressionException.InvalidExpressionException ( )
inline

Initializes a new instance of the T:InvalidExpressionException class

CSF.Zpt.Tales.InvalidExpressionException.InvalidExpressionException ( string  message)
inline

Initializes a new instance of the T:InvalidExpressionException class

Parameters
messageA T:System.String that describes the exception.
CSF.Zpt.Tales.InvalidExpressionException.InvalidExpressionException ( string  message,
Exception  inner 
)
inline

Initializes a new instance of the T:InvalidExpressionException class

Parameters
messageA T:System.String that describes the exception.
innerThe exception that is the cause of the current exception.
CSF.Zpt.Tales.InvalidExpressionException.InvalidExpressionException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inlineprotected

Initializes a new instance of the T:InvalidExpressionException class

Parameters
contextThe contextual information about the source or destination.
infoThe object that holds the serialized object data.

The documentation for this class was generated from the following file: