ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Exception raised when a TALES expression is invalid. More...
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... | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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... | |
Exception raised when a TALES expression is invalid.
|
inline |
Initializes a new instance of the T:InvalidExpressionException class
|
inline |
Initializes a new instance of the T:InvalidExpressionException class
message | A T:System.String that describes the exception. |
|
inline |
Initializes a new instance of the T:InvalidExpressionException class
message | A T:System.String that describes the exception. |
inner | The exception that is the cause of the current exception. |
|
inlineprotected |
Initializes a new instance of the T:InvalidExpressionException class
context | The contextual information about the source or destination. |
info | The object that holds the serialized object data. |