Namespace: OpenEdge.Web.DataObject
Class
HandlerErrorEventArgs
Parent classes:
Inherits: OpenEdge.Web.DataObject.DataObjectEventArgs

/* *************************************************************************************************************************
Copyright (c) 2016, 2018, 2020 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:HandlerErrorEventArgs
Purpose:Arguments for the data object handler's invocation
Author(s):pjudge
Created:2016-05-17
/* (required) The Error that caused the OperationError event to fire




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
Top

SetOperation (MappedOperation)

/* Add an operation to the args
Parameters:
poOperation OpenEdge.Web.DataObject.MappedOperation
Top

SetService (DataObjectService)

/* Add a service to the args
Parameters:
pService OpenEdge.Web.DataObject.DataObjectService


Constructor Detail
Top

HandlerErrorEventArgs (IWebRequest, IHttpResponse, Error)

/* Constructor.
Parameters:
poRequest OpenEdge.Web.IWebRequest
poResponse OpenEdge.Net.HTTP.IHttpResponse
poError Progress.Lang.Error
Top

HandlerErrorEventArgs (IWebRequest, Error)

/* Constructor.
Parameters:
poRequest OpenEdge.Web.IWebRequest
poError Progress.Lang.Error
Top

HandlerErrorEventArgs (Error, IWebRequest, IHttpResponse, Object)

/* Constructor.
Parameters:
poError Progress.Lang.Error
poRequest OpenEdge.Web.IWebRequest
poResponse OpenEdge.Net.HTTP.IHttpResponse
poEntity Progress.Lang.Object


Property Detail
Top

Progress.Lang.Error OperationError

Returns Progress.Lang.Error


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15