Represents errors that occur if some license settings are not specified correctly.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public class EAUploadLicenseException : EAUploadException
Visual Basic (Declaration)
Public Class EAUploadLicenseException _
	Inherits EAUploadException

Remarks

This exception may occur if you does not specified a valid serial key, or trial period of EAUpload component is expired.

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..::.EAUploadLicenseException

See Also