DEXTUpload.NET Professional
menu toggleReferences > DEXTUpload.NET > DEXTUploadMultipartParseException

DEXTUpload.NET
Class DEXTUploadMultipartParseException

The minimum supported version
5.0.0.0
The minimum support environment
.NET Framework 4.0
Explanation

When uploading a file based on HTTP protocol, the data is transmitted as multi-part format. DEXTUpload.NET Professional component analyzes the multi-part data that has been transmitted from the client, to create a temporary file. When the product is to analyze the data, there is a problem with the data, the connection with the client is disconnected, or it is not possible to create a temporary file on the server, the "DEXTUploadMultipartParseException" exception occurs.

The "DEXTUploadMultipartParseException" class is not necessary to create as an instance directly by user.

Parent Classes

Type
[Serializable]
public class DEXTUploadMultipartParseException : DEXTUploadException
Constructors

DEXTUploadMultipartParseException

  • Does initialization when creating an instance of the "DEXTUploadMultipartParseException" class.

  • Type

    public DEXTUploadMultipartParseException()
    public DEXTUploadMultipartParseException(string msg)
    public DEXTUploadMultipartParseException(string msg, Exception innerException)
  • Parameters

    Name Type Explanation
    msg System.String Message that explains why the exception occurs
    innerException System.Exception Exception object that caused the exception