NeatUpload Documentation

UploadTooLargeException Constructor

Creates an UploadTooLargeException, given the maximum allowed request length, and the length of the request which was too large.

Overload List

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);

See Also

UploadTooLargeException Class | Brettle.Web.NeatUpload Namespace