dbo.uspLogError

Procedure/Function: 'dbo.uspLogError', 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.

Procedure NameDescriptionParameters
dbo.uspLogErrorLogs 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.@RETURN_VALUE int(10) [RETURN VALUE], @ErrorLogID int(10) [INPUT and OUTPUT]

Dependencies for Procedure/Function 'dbo.uspLogError', 8 items

Object NameTypeField Name
dbo.uspPrintErrorstored procedureN/A
dbo.ErrorLoguser tableUserName
dbo.ErrorLoguser tableErrorNumber
dbo.ErrorLoguser tableErrorSeverity
dbo.ErrorLoguser tableErrorState
dbo.ErrorLoguser tableErrorProcedure
dbo.ErrorLoguser tableErrorLine
dbo.ErrorLoguser tableErrorMessage