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

Represents an exception raised whilst rendering a ZPT document. More...

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

Public Member Functions

 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

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

Detailed Description

Represents an exception raised whilst rendering a ZPT document.

Constructor & Destructor Documentation

CSF.Zpt.Rendering.RenderingException.RenderingException ( )
inline

Initializes a new instance of the T:RenderingException class

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

Initializes a new instance of the T:RenderingException class

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

Initializes a new instance of the T:RenderingException class

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

Initializes a new instance of the T:RenderingException 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: