DtxApiErrorException Constructor (DtxApiErrorType)

Initializes a new instance of the DtxApiErrorException class with a specified error type.

Namespace:  Dtx.DataAccessExt.BL.DtxApiExceptions
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public DtxApiErrorException(
        DtxApiErrorType errorType
)

Parameters

errorType
Type: Dtx.DataAccessExt.BL.DtxApiExceptionsDtxApiErrorType
The error type.
See Also