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

Exception raised when the construction of an IRenderingContextFactory fails. More...

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

Public Member Functions

 CouldNotCreateRenderingContextFactoryException ()
 Initializes a new instance of the T:CouldNotCreateRenderingContextFactoryException class More...
 
 CouldNotCreateRenderingContextFactoryException (string message)
 Initializes a new instance of the T:CouldNotCreateRenderingContextFactoryException class More...
 
 CouldNotCreateRenderingContextFactoryException (string message, Exception inner)
 Initializes a new instance of the T:CouldNotCreateRenderingContextFactoryException class More...
 

Protected Member Functions

 CouldNotCreateRenderingContextFactoryException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:CouldNotCreateRenderingContextFactoryException class More...
 

Properties

string InvalidClassname [get, set]
 Gets or sets the name of the type which was used unsuccessfully to try and crveate the rendering context factory. More...
 

Detailed Description

Exception raised when the construction of an IRenderingContextFactory fails.

Constructor & Destructor Documentation

CSF.Zpt.Rendering.CouldNotCreateRenderingContextFactoryException.CouldNotCreateRenderingContextFactoryException ( )
inline

Initializes a new instance of the T:CouldNotCreateRenderingContextFactoryException class

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

Initializes a new instance of the T:CouldNotCreateRenderingContextFactoryException class

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

Initializes a new instance of the T:CouldNotCreateRenderingContextFactoryException class

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

Initializes a new instance of the T:CouldNotCreateRenderingContextFactoryException class

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

Property Documentation

string CSF.Zpt.Rendering.CouldNotCreateRenderingContextFactoryException.InvalidClassname
getset

Gets or sets the name of the type which was used unsuccessfully to try and crveate the rendering context factory.

The invalid classname.


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