DtxApiErrorException Constructor (DtxApiErrorType, Exception)

Initializes a new instance of the DtxApiErrorException class with a specified error type and a reference to the inner exception that is the cause of this exception.

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

Syntax
C#
public DtxApiErrorException(
        DtxApiErrorType errorType,
        Exception innerException
)

Parameters

errorType
Type: Dtx.DataAccessExt.BL.DtxApiExceptionsDtxApiErrorType
The error type.
innerException
Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also