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

Exception raised when a requested METAL macro is not found. More...

Inheritance diagram for CSF.Zpt.Metal.MacroNotFoundException:
Collaboration diagram for CSF.Zpt.Metal.MacroNotFoundException:

Public Member Functions

 MacroNotFoundException ()
 Initializes a new instance of the T:MacroNotFoundException class More...
 
 MacroNotFoundException (string message)
 Initializes a new instance of the T:MacroNotFoundException class More...
 
 MacroNotFoundException (string message, Exception inner)
 Initializes a new instance of the T:MacroNotFoundException class More...
 
- Public Member Functions inherited from CSF.Zpt.Rendering.RenderingException
 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

 MacroNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:MacroNotFoundException class More...
 
- Protected Member Functions inherited from CSF.Zpt.Rendering.RenderingException
 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

Exception raised when a requested METAL macro is not found.

Constructor & Destructor Documentation

CSF.Zpt.Metal.MacroNotFoundException.MacroNotFoundException ( )
inline

Initializes a new instance of the T:MacroNotFoundException class

CSF.Zpt.Metal.MacroNotFoundException.MacroNotFoundException ( string  message)
inline

Initializes a new instance of the T:MacroNotFoundException class

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

Initializes a new instance of the T:MacroNotFoundException class

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

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