DEXTUpload.NET
Class DEXTUploadException
- The minimum supported version
- 5.0.0.0
- The minimum support environment
- .NET Framework 4.0
- Explanation
-
The "DEXTUploadException" class is the super class of all the exception classes for transmitting the information of the error that occurred in the DEXTUpload.NET Professional.
The "DEXTUploadException" class is not necessary to create as an instance directly by user.
Sub-classes
- Type
-
[Serializable] public class DEXTUploadException : Exception
- Constructors
-
DEXTUploadException
-
Does initialization when creating an instance of the "DEXTUploadException" class.
-
Type
public DEXTUploadException() public DEXTUploadException(string msg) public DEXTUploadException(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
-