User Guide

1056 Chapter 7: ColdFusion C++ CFX Reference
Deprecated class methods
The following CFXAPI classes and methods are deprecated. They do not work, and might cause
an error, in later releases.
CCFXException class
An abstract class that represents an exception thrown during processing of a ColdFusion
Extension (CFX) procedure.
Exceptions of this type can be thrown by
CCFXRequest class, CCFXQuery class, and
CCFXStringSet class. Your ColdFusion Extension code must be written to handle exceptions
of this type. For more information, see
CCFXRequest::ThrowException and
CCFXRequest::ReThrowException.
Class methods
CCFXRequest class CCFXRequest::AddQuery
CCFXRequest::AttributeExists
CCFXRequest::CreateStringSet
CCFXRequest::Debug
CCFXRequest::GetAttribute
CCFXRequest::GetAttributeList
CCFXRequest::GetCustomData
CCFXRequest::GetQuery
CCFXRequest::ReThrowException
CCFXRequest::SetCustomData
CCFXRequest::SetVariable
CCFXRequest::ThrowException
CCFXRequest::Write
CCFXRequest::WriteDebug
CCFXStringSet class CCFXStringSet::AddString
CCFXStringSet::GetCount
CCFXStringSet::GetIndexForString
CCFXStringSet::GetString
Class Deprecated member Deprecated as of this ColdFusion release
CCFXQuery Class CCFXQuery::SetQueryString
CCFXQuery::SetTotalTime
ColdFusion MX
ColdFusion MX
CCFXRequest Class CCFXRequest::GetSetting ColdFusion MX
virtual LPCSTR GetError()
The CCFXException::GetError function returns a general
error message.
virtual LPCSTR GetDiagnostics()
The CCFXException::GetDiagnostics function returns
detailed error information.
Class Methods