ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Exception raised when batch rendering fails for an unexpected reason. More...
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... | |
Exception raised when batch rendering fails for an unexpected reason.
|
inline |
Initializes a new instance of the T:BatchRenderingException class
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingException class.
message | A T:System.String that describes the exception. |
fatalError | A value indicating the nature of a fatal error. |
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingException class.
message | A T:System.String that describes the exception. |
fatalError | A value indicating the nature of a fatal error. |
inner | The exception that is the cause of the current exception. |
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingException class.
message | A T:System.String that describes the exception. |
documentSource | Information about the source location of the document which caused this error. |
error | A value indicating the nature of the document rendering error. |
|
inline |
Initializes a new instance of the CSF.Zpt.BatchRendering.BatchRenderingException class.
message | A T:System.String that describes the exception. |
documentSource | Information about the source location of the document which caused this error. |
error | A value indicating the nature of the document rendering error. |
inner | The exception that is the cause of the current exception. |
|
inline |
Initializes a new instance of the T:BatchRenderingException class
message | A T:System.String that describes the exception. |
|
inline |
Initializes a new instance of the T:BatchRenderingException class
message | A T:System.String that describes the exception. |
inner | The exception that is the cause of the current exception. |
|
inlineprotected |
Initializes a new instance of the T:BatchRenderingException class
context | The contextual information about the source or destination. |
info | The object that holds the serialized object data. |
|
getprotected set |
Gets or sets the nature of the document error.
The document error.
|
getprotected set |
Gets or sets information about the source location of the document.
The document source.
|
getprotected set |
Gets or sets the nature of the fatal error.
The fatal error.