DEXTUpload.NET Professional
menu toggleReferences > DEXTUpload.NET > DEXTUploadConfigurationException

DEXTUpload.NET
Class DEXTUploadConfigurationException

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

The "DEXTUpload.NET.FileUploadMonitorModule" module reads the "settings" element of the "dextupload.net" section in "web.config" file to create a "DEXTUpload.NET.DXTEnvironment" object every each request. The "DEXTUploadConfigurationException" exception class is used to handle exception errors that occur in the process of reading the set value from the "setting" element.

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

Parent Class

Type
[Serializable]
public class DEXTUploadConfigurationException : DEXTUploadException
Constructors

DEXTUploadConfigurationException

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

  • Type

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

    Name Type Explanation
    msg System.String The message that describes the reason for which the exception occurred
    innerException System.Exception The exception object caused