NeatUpload Documentation

NonfilePortionTooLargeException Constructor (Int64)

NOTE: This constructor is now obsolete.

Use NonfilePortionTooLargeException(maxNormalRequestLength, normalRequestLength) instead


Creates an NonfilePortionTooLargeException, given the maximum allowed length of the non-file portion of the request.

public NonfilePortionTooLargeException(
   long maxNormalRequestLength
);

Parameters

maxNormalRequestLength
The maximum allowed length of the non-file portion of the request.

Remarks

The HTTP status code for this exception will be 413, and the message will be retrieved from the "NonfilePortionTooLargeMessageFormat" resource in NeatUpload.Strings.resx.

See Also

NonfilePortionTooLargeException Class | Brettle.Web.NeatUpload Namespace | NonfilePortionTooLargeException Constructor Overload List