RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EAdapterDispatcherException Class

EAdapterDispatcherException is the exception class for WebSnap actions and image requests that can't be serviced.

Pascal
EAdapterDispatcherException = class(EWebBrokerException);
C++
class EAdapterDispatcherException : public EWebBrokerException;

When the TAdapterDispatcher component can't successfully dispatch an action or obtain a dynamic image in response to a request, it generates an OnActionRequestNotHandled or an OnImageRequestNotHandled event. If there is no event handler for that event, or if the event handler does not handle the situation, TAdapterDispatcher raises an EAdapterDispatcherException exception. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!