Generated using SQL Data Dictionary demo version.
Logs error information in the ErrorLog table about the error that caused execution to jump to the CATCH block of a TRY...CATCH construct. Should be executed from within the scope of a CATCH block otherwise it will return without inserting error information.
Parameter | Data Type | Default | Is Output |
---|---|---|---|
@ErrorLogID | int | 0 | X |
Output parameter for the stored procedure uspLogError. Contains the ErrorLogID value corresponding to the row inserted by uspLogError in the ErrorLog table. |