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

Represents an exception which is raised whilst evaluating an expression within a IModel. More...

Inheritance diagram for CSF.Zpt.Rendering.ModelEvaluationException:
Collaboration diagram for CSF.Zpt.Rendering.ModelEvaluationException:

Public Member Functions

 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

 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...
 

Properties

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

Represents an exception which is raised whilst evaluating an expression within a IModel.

Constructor & Destructor Documentation

CSF.Zpt.Rendering.ModelEvaluationException.ModelEvaluationException ( )
inline

Initializes a new instance of the T:ModelEvaluationException class

CSF.Zpt.Rendering.ModelEvaluationException.ModelEvaluationException ( string  message)
inline

Initializes a new instance of the T:ModelEvaluationException class

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

Initializes a new instance of the T:ModelEvaluationException class

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

Initializes a new instance of the T:ModelEvaluationException class

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

Property Documentation

string CSF.Zpt.Rendering.ModelEvaluationException.ElementName
getset

Gets or sets the name of the element for which the expression was being evaluated.

The name of the element.

string CSF.Zpt.Rendering.ModelEvaluationException.ExpressionText
getset

Gets or sets the text of the expression which raised the current exception.

The expression text.


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