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

Exception raised when a constructed instance of IBatchRenderingOptions is invalid. More...

Inheritance diagram for CSF.Zpt.BatchRendering.InvalidBatchRenderingOptionsException:
Collaboration diagram for CSF.Zpt.BatchRendering.InvalidBatchRenderingOptionsException:

Public Member Functions

 InvalidBatchRenderingOptionsException ()
 Initializes a new instance of the T:InvalidBatchRenderingOptionsException class More...
 
 InvalidBatchRenderingOptionsException (string message, BatchRenderingFatalErrorType fatalError)
 Initializes a new instance of the CSF.Zpt.BatchRendering.InvalidBatchRenderingOptionsException class. More...
 
 InvalidBatchRenderingOptionsException (string message)
 Initializes a new instance of the T:InvalidBatchRenderingOptionsException class More...
 
 InvalidBatchRenderingOptionsException (string message, Exception inner)
 Initializes a new instance of the T:InvalidBatchRenderingOptionsException class More...
 
- Public Member Functions inherited from CSF.Zpt.BatchRendering.BatchRenderingException
 BatchRenderingException ()
 Initializes a new instance of the T:BatchRenderingException class More...
 
 BatchRenderingException (string message, BatchRenderingFatalErrorType fatalError)
 Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingException class. More...
 
 BatchRenderingException (string message, BatchRenderingFatalErrorType fatalError, Exception inner)
 Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingException class. More...
 
 BatchRenderingException (string message, string documentSource, BatchRenderingDocumentErrorType error)
 Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingException class. More...
 
 BatchRenderingException (string message, string documentSource, BatchRenderingDocumentErrorType error, Exception inner)
 Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingException class. More...
 
 BatchRenderingException (string message)
 Initializes a new instance of the T:BatchRenderingException class More...
 
 BatchRenderingException (string message, Exception inner)
 Initializes a new instance of the T:BatchRenderingException class More...
 

Protected Member Functions

 InvalidBatchRenderingOptionsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:InvalidBatchRenderingOptionsException class More...
 
- Protected Member Functions inherited from CSF.Zpt.BatchRendering.BatchRenderingException
 BatchRenderingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Initializes a new instance of the T:BatchRenderingException class More...
 

Additional Inherited Members

- Properties inherited from CSF.Zpt.BatchRendering.BatchRenderingException
BatchRenderingFatalErrorType FatalError [get, protected set]
 Gets or sets the nature of the fatal error. More...
 
BatchRenderingDocumentErrorType DocumentError [get, protected set]
 Gets or sets the nature of the document error. More...
 
string DocumentSource [get, protected set]
 Gets or sets information about the source location of the document. More...
 

Detailed Description

Exception raised when a constructed instance of IBatchRenderingOptions is invalid.

Constructor & Destructor Documentation

CSF.Zpt.BatchRendering.InvalidBatchRenderingOptionsException.InvalidBatchRenderingOptionsException ( )
inline

Initializes a new instance of the T:InvalidBatchRenderingOptionsException class

CSF.Zpt.BatchRendering.InvalidBatchRenderingOptionsException.InvalidBatchRenderingOptionsException ( string  message,
BatchRenderingFatalErrorType  fatalError 
)
inline

Initializes a new instance of the CSF.Zpt.BatchRendering.InvalidBatchRenderingOptionsException class.

Parameters
messageA T:System.String that describes the exception.
fatalErrorA value indicating the nature of a fatal error.
CSF.Zpt.BatchRendering.InvalidBatchRenderingOptionsException.InvalidBatchRenderingOptionsException ( string  message)
inline

Initializes a new instance of the T:InvalidBatchRenderingOptionsException class

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

Initializes a new instance of the T:InvalidBatchRenderingOptionsException class

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

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