Namespace: OpenEdge.Net.HTTP.Filter.Payload
Class
MessageWriterErrorEventArgs
Parent classes:
Inherits: OpenEdge.Core.EventArgs

Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:MessageWriterErrorEventArgs
Purpose:Event args for the static WriteError event raised by a message writer
Author(s):pjudge
Created:2021-07-19
/* (required) The writer type from which this error was thrown. This can be used to identify which
type of conversion was attempted that caused the error to be raised.



Constructor Summary
Options Name Purpose
MessageWriterErrorEventArgs (Class, Object, Error) /* Constructor. @param Progress.Lang.Class The message writer type in which this error was raised. @param Progress.Lang.Object The input data causing the error. @param Progress.Lang.Error The error raised. */

Property Summary
Options Name Purpose
LOGICAL AllowNullOutput
INT64 BytesWritten
Progress.Lang.Error Error
Progress.Lang.Object OutputData
Progress.Lang.Object SourceData
Progress.Lang.Class WriterType


Constructor Detail
Top

MessageWriterErrorEventArgs (Class, Object, Error)

/* Constructor.
Parameters:
pWriter Progress.Lang.Class
pSource Progress.Lang.Object
pError Progress.Lang.Error


Property Detail
Top

LOGICAL AllowNullOutput

Returns LOGICAL
Top

INT64 BytesWritten

Returns INT64
Top

Progress.Lang.Error Error

Returns Progress.Lang.Error
Top

Progress.Lang.Object OutputData

Returns Progress.Lang.Object
Top

Progress.Lang.Object SourceData

Returns Progress.Lang.Object
Top

Progress.Lang.Class WriterType

Returns Progress.Lang.Class


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.5.0