DEXTUpload.NET Professional
menu toggleReferences > DEXTUpload.NET > DEXTUploadFilterException

DEXTUpload.NET
Class DEXTUploadFilterException

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

When the value of the "filterAction" attribute of the "settings" element of "dextupload.net" section in the "Web.config" file is "DEXTUpload.NET.FilterAction.Error", if a request from client is filtered, the "DEXTUploadFilterException" exception object will occurs.

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

Parent Class

Type
[Serializable]
public class DEXTUploadFilterException : DEXTUploadException
Constructors

DEXTUploadFilterException

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

  • Type

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