NeatUpload Documentation

NonfilePortionTooLargeException Class

Indicates that the non-file portion of a request was too large.

For a list of all members of this type, see NonfilePortionTooLargeException Members.

System.Object
   System.Exception
      Brettle.Web.NeatUpload.UploadException
         Brettle.Web.NeatUpload.NonfilePortionTooLargeException

public class NonfilePortionTooLargeException : UploadException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

To allow large uploads, ASP.NET needs to allow large requests. The upload module only streams files in the request that are associated with a post-back ID. It does not stream other files or other portions of the request (collectively the non-file portion of the request). If the non-file portion of the request is too large, the upload module can throw this exception as a way of rejecting the request.

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

NonfilePortionTooLargeException Members | Brettle.Web.NeatUpload Namespace