void CCFXRequest::ThrowException(LPCSTR lpszError,
LPCSTR lpszDiagnostics)
Throws an exception and ends processing of this request. You should call this function when you encounter an error that does not allow you to continue processing the request. Note that this function is almost always combined with the ReThrowException member function to provide protection against resource leaks in extension code.
lpszError
Short identifier for error.
lpszDiagnostics
Error diagnostic information.
|