OpenEdge.Web.DataObject.HandlerErrorEventArgs
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| SetOperation (MappedOperation) |
/* Add an operation to the args
@param MappedOperation An operation to add to the args */
|
||
| SetService (DataObjectService) |
/* Add a service to the args
@param DataObjectService A service to add to the args */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| HandlerErrorEventArgs (IWebRequest, IHttpResponse, Error) |
/* Constructor.
@param IWebRequest The request that resulting in the exception
@param IHttpResponse The current response object, if any
@param Progress.Lang.Error The operation error that caused the event */
|
||
| HandlerErrorEventArgs (IWebRequest, Error) |
/* Constructor.
@param IWebRequest The request that resulting in the exception
@param Progress.Lang.Error The operation error that caused the event */
|
||
| HandlerErrorEventArgs (Error, IWebRequest, IHttpResponse, Object) |
/* Constructor.
@param Progress.Lang.Error The operation error that caused the event
@param IWebRequest The request that resulting in the exception
@param IHttpResponse The current response object, if any
@param Progress.Lang.Object The 'business entity' object, if any */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| Progress.Lang.Error OperationError |
|
Method Detail
SetOperation (MappedOperation)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
SetService (DataObjectService)
|
||||||||||||
Constructor Detail
HandlerErrorEventArgs (IWebRequest, IHttpResponse, Error)
|
||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
HandlerErrorEventArgs (IWebRequest, Error)
|
||||||||||||||||||||||||
HandlerErrorEventArgs (Error, IWebRequest, IHttpResponse, Object)
|
||||||||||||||||||||||||
Property Detail
Progress.Lang.Error OperationError
|
||||||||
|---|---|---|---|---|---|---|---|---|