Represents an exception which is raised whilst evaluating an expression within a IModel.
More...
|
| ModelEvaluationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Initializes a new instance of the T:ModelEvaluationException class More...
|
|
| RenderingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Initializes a new instance of the T:RenderingException class More...
|
|
| ZptException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Initializes a new instance of the T:ZptException class More...
|
|
|
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...
|
|
Represents an exception which is raised whilst evaluating an expression within a IModel.
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
-
message | A 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
-
message | A T:System.String that describes the exception. |
inner | The 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
-
context | The contextual information about the source or destination. |
info | The object that holds the serialized object data. |
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:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt.Abstractions/Rendering/ModelEvaluationException.cs