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

Base exception type for all non-assertion type exceptions which could be raised by Zpt-Sharp. More...

Inheritance diagram for CSF.Zpt.ZptException:
Collaboration diagram for CSF.Zpt.ZptException:

Public Member Functions

 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

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

Detailed Description

Base exception type for all non-assertion type exceptions which could be raised by Zpt-Sharp.

Zpt-Sharp can raise other exception types, but these would be for fundamental misuse of the API. They would be things like ArgumentException etc.

Constructor & Destructor Documentation

CSF.Zpt.ZptException.ZptException ( )
inline

Initializes a new instance of the T:ZptException class

CSF.Zpt.ZptException.ZptException ( string  message)
inline

Initializes a new instance of the T:ZptException class

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

Initializes a new instance of the T:ZptException class

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

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