Hevea documentation

Hevea.Core.Exceptions Namespace

Namespace hierarchy

Classes

Class Description
BadRequestException Exception risen when client request is not HTTP compliant.
DocumentDisabledException Exception risen when client attempts to connect to the hevea, and that the the request cannot be processed.
FileUpToDateException Exception risen when the file in the client cache has the same modification date than on the server.
HeveaException Exception risen by the HeveaServer.
InvalidCredentialException Exception risen when access is denied to the client by hevea.
InvalidSequenceException Exception risen when client sent a FTP command that does not correspond to what the server is expecting.
NotAvailableException Exception risen when client attempts to connect to the hevea, and that the the request cannot be processed.
OwnerNotSetException Exception risen when a UI control method is used and that the control has not been added in a container.
UnsecuredChannelException Exception risen when client attempts to access a document through the public TCP port, although the document requires a securized one.