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

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

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

Exception raised when the construction of an IContextVisitor fails.

Constructor & Destructor Documentation

CSF.Zpt.Rendering.CouldNotCreateContextVisitorException.CouldNotCreateContextVisitorException ( )
inline

Initializes a new instance of the T:CouldNotCreateContextVisitorException class

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

Initializes a new instance of the T:CouldNotCreateContextVisitorException class

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

Initializes a new instance of the T:CouldNotCreateContextVisitorException class

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

Initializes a new instance of the T:CouldNotCreateContextVisitorException class

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

Property Documentation

string CSF.Zpt.Rendering.CouldNotCreateContextVisitorException.InvalidClassname
getset

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

The invalid classname.


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