ErrorCodeAttribute Constructor

Initializes a new instance of the ErrorCodeAttribute class with an error code.

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

Syntax
C#
public ErrorCodeAttribute(
        string errorCode
)

Parameters

errorCode
Type: SystemString
An error code.
See Also