DEXTUpload.NET Professional
menu toggleReferences > DEXTUpload.NET > DEXTUploadImageException

DEXTUpload.NET
Class DEXTUploadImageException

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

The DEXTUpload.NET Professional component, in addition to the main function in the processing of uploaded files, also provides simply image processing function. All of the errors that occur in the course of processing the image processing are transmitted by using the "DEXTUploadImageException" exception class.

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

Parent Classes

Type
[Serializable]
public class DEXTUploadImageException : DEXTUploadException
Constructors

DEXTUploadImageException

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

  • Type

    public DEXTUploadImageException()
    public DEXTUploadImageException(string msg)
    public DEXTUploadImageException(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