NeatUpload Documentation

NonfilePortionTooLargeException Constructor

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

Overload List

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

public NonfilePortionTooLargeException(long);

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

public NonfilePortionTooLargeException(long,long);

Creates an NonfilePortionTooLargeException when deserializing.

protected NonfilePortionTooLargeException(SerializationInfo,StreamingContext);

See Also

NonfilePortionTooLargeException Class | Brettle.Web.NeatUpload Namespace