Represents errors that occur during upload process.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0
Syntax
| C# |
|---|
public class EAUploadCoreException : EAUploadException |
| Visual Basic (Declaration) |
|---|
Public Class EAUploadCoreException _ Inherits EAUploadException |
Remarks
Core exception group includes all errors which may ossur while request is parsed.
Note:
If ProcessRequestOnError is specified as flase and an exception occurs at the request reading stage then there is no way to send a some response to the client(browser), therefore redirection and generic errors are not working.
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
EasyAlgo.EAUpload..::.EAUploadException
EasyAlgo.EAUpload..::.EAUploadCoreException
System..::.Exception
System..::.ApplicationException
EasyAlgo.EAUpload..::.EAUploadException
EasyAlgo.EAUpload..::.EAUploadCoreException
