IASPError::get_FileName

The IASPError::get_FileName method returns a BSTR indicating the name of the .asp file that was running when the error occurred.

HRESULT get_FileName(

  BSTR *pbstrFileName // pointer to a BSTR describing the .asp file generating the error

);

 

Parameters
pbstrFileName
[retval] [out] Points to a BSTR that contains the name of the .asp file that was executing when the error was generated.