Exception raised when the parsing of a TAL-enabled document fails.
More...
|
| ParserException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Initializes a new instance of the T:ParserException 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 | SourceElementName [get, set] |
| Gets or sets the name of the IZptElement which is the source of the current error. More...
|
|
string | SourceAttributeName [get, set] |
| Gets or sets the name of the IZptAttribute which is the source of the current error. More...
|
|
string | SourceAttributeValue [get, set] |
| Gets or sets the value of the IZptAttribute which is the source of the current error. More...
|
|
Exception raised when the parsing of a TAL-enabled document fails.
CSF.Zpt.Tal.ParserException.ParserException |
( |
| ) |
|
|
inline |
Initializes a new instance of the T:ParserException class
CSF.Zpt.Tal.ParserException.ParserException |
( |
string |
message | ) |
|
|
inline |
Initializes a new instance of the T:ParserException class
- Parameters
-
message | A T:System.String that describes the exception. |
CSF.Zpt.Tal.ParserException.ParserException |
( |
string |
message, |
|
|
System.Exception |
inner |
|
) |
| |
|
inline |
Initializes a new instance of the T:ParserException class
- Parameters
-
message | A T:System.String that describes the exception. |
inner | The exception that is the cause of the current exception. |
CSF.Zpt.Tal.ParserException.ParserException |
( |
System.Runtime.Serialization.SerializationInfo |
info, |
|
|
System.Runtime.Serialization.StreamingContext |
context |
|
) |
| |
|
inlineprotected |
Initializes a new instance of the T:ParserException class
- Parameters
-
context | The contextual information about the source or destination. |
info | The object that holds the serialized object data. |
string CSF.Zpt.Tal.ParserException.SourceAttributeName |
|
getset |
Gets or sets the name of the IZptAttribute which is the source of the current error.
The name of the source attribute.
string CSF.Zpt.Tal.ParserException.SourceAttributeValue |
|
getset |
Gets or sets the value of the IZptAttribute which is the source of the current error.
The value of the source attribute.
string CSF.Zpt.Tal.ParserException.SourceElementName |
|
getset |
Gets or sets the name of the IZptElement which is the source of the current error.
The name of the source element.
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt.Abstractions/Tal/ParserException.cs