NeatUpload Documentation

UploadException Constructor (Int32, String)

Constructs an UploadException given an HTTP status code and a message.

public UploadException(
   int httpStatusCode,
   string message
);

Parameters

httpStatusCode
The HTTP status code to return to the browser, if the upload can't be stopped.
message
A description of the exception.

See Also

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