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.
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);
NonfilePortionTooLargeException Class | Brettle.Web.NeatUpload Namespace