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

Exception raised when batch rendering fails for an unexpected reason. More...

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

Public Member Functions

 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

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

Properties

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 batch rendering fails for an unexpected reason.

Constructor & Destructor Documentation

CSF.Zpt.BatchRendering.BatchRenderingException.BatchRenderingException ( )
inline

Initializes a new instance of the T:BatchRenderingException class

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

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

Parameters
messageA T:System.String that describes the exception.
fatalErrorA value indicating the nature of a fatal error.
CSF.Zpt.BatchRendering.BatchRenderingException.BatchRenderingException ( string  message,
BatchRenderingFatalErrorType  fatalError,
Exception  inner 
)
inline

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

Parameters
messageA T:System.String that describes the exception.
fatalErrorA value indicating the nature of a fatal error.
innerThe exception that is the cause of the current exception.
CSF.Zpt.BatchRendering.BatchRenderingException.BatchRenderingException ( string  message,
string  documentSource,
BatchRenderingDocumentErrorType  error 
)
inline

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

Parameters
messageA T:System.String that describes the exception.
documentSourceInformation about the source location of the document which caused this error.
errorA value indicating the nature of the document rendering error.
CSF.Zpt.BatchRendering.BatchRenderingException.BatchRenderingException ( string  message,
string  documentSource,
BatchRenderingDocumentErrorType  error,
Exception  inner 
)
inline

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

Parameters
messageA T:System.String that describes the exception.
documentSourceInformation about the source location of the document which caused this error.
errorA value indicating the nature of the document rendering error.
innerThe exception that is the cause of the current exception.
CSF.Zpt.BatchRendering.BatchRenderingException.BatchRenderingException ( string  message)
inline

Initializes a new instance of the T:BatchRenderingException class

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

Initializes a new instance of the T:BatchRenderingException class

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

Initializes a new instance of the T:BatchRenderingException class

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

Property Documentation

BatchRenderingDocumentErrorType CSF.Zpt.BatchRendering.BatchRenderingException.DocumentError
getprotected set

Gets or sets the nature of the document error.

The document error.

string CSF.Zpt.BatchRendering.BatchRenderingException.DocumentSource
getprotected set

Gets or sets information about the source location of the document.

The document source.

BatchRenderingFatalErrorType CSF.Zpt.BatchRendering.BatchRenderingException.FatalError
getprotected set

Gets or sets the nature of the fatal error.

The fatal error.


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