Creates an UploadTooLargeException, given the maximum allowed request length, and the length of the request which was too large.
Obsolete. Creates an UploadTooLargeException, given the maximum allowed request length.
public UploadTooLargeException(long);
Creates an UploadTooLargeException, given the maximum allowed request length, and the length of the request which was too large.
public UploadTooLargeException(long,long);
Creates an UploadTooLargeException when deserializing.
protected UploadTooLargeException(SerializationInfo,StreamingContext);
UploadTooLargeException Class | Brettle.Web.NeatUpload Namespace