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

/* *************************************************************************************************************************
Copyright (c) 2016 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:OperationErrorEventArgs
Purpose:Arguments for the data object handler's invocation
Author(s):pjudge
Created:2016-05-17




Method Summary
Options Name Purpose
SetOperation (MappedOperation) /* Add an operation to the args @param MappedOperation A n operation to add to the args */

Constructor Summary
Options Name Purpose
HandlerErrorEventArgs (IWebRequest, IHttpResponse) /* Constructor. @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 */
HandlerErrorEventArgs (IWebRequest, Error) /* Constructor. @param Progress.Lang.Error The as-yet-unhandled exception @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 */
HandlerErrorEventArgs (Error, IWebRequest, IHttpResponse, Object) /* Constructor. @param Progress.Lang.Error The as-yet-unhandled exception @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 */


Method Detail
Top

SetOperation (MappedOperation)

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


Constructor Detail
Top

HandlerErrorEventArgs (IWebRequest, IHttpResponse)

/* Constructor.
Parameters:
poRequest OpenEdge.Web.IWebRequest
poResponse OpenEdge.Net.HTTP.IHttpResponse
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


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7