sGetScriptError - Solution Sites Routine

This function returns an error string populated from the Error object.

Definition

Function sGetScriptError(
  oErr)

Parameters

  • oErr
    A reference to the Error object.

Return Value

A string containing the HTML representation of the Error object properties displayed in a table.

Defined in File

BDRefresh.asp

Routines Called

None.

Called By

This routine is called by code outside of any routine (sub or function) in the file BDRefresh.asp.

Copyright © 2005 Microsoft Corporation.
All rights reserved.