Siebel VB Language Reference > Quick Reference: VB Statements and Functions >

VB Error Handling


The following functions and statements relate to error handling.

Function or Statement
Purpose
For More Information

Erl

Returns the line number where a run-time error occurred

Erl Function

Err Function

Returns a run-time error code

Err Function

Err Statement

Sets the run-time error code

Err Statement

Error Function

Returns a string representing an error

Error Function

Error Statement

Generates an error condition

Error Statement

On Error

Controls run-time error handling

On Error Statement

Resume

Ends an error-handling routine

Resume Statement

Trappable Errors

Errors that can be trapped by Siebel VB code

Trappable Errors in Siebel VB

Siebel VB Language Reference