Skip to main content
All docs
V24.2

FailedEventArgs(Uri, Type, ExceptionDispatchInfo, Stream) Constructor

Initializes a new instance of the AsyncDownloadPolicy.FailedEventArgs class with specified settings.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.2.dll

Declaration

public FailedEventArgs(
    Uri uri,
    Type valueType,
    ExceptionDispatchInfo exceptionInfo,
    Stream errorContent = null
)

Parameters

Name Type
uri Uri
valueType Type
exceptionInfo ExceptionDispatchInfo

Optional Parameters

Name Type Default
errorContent Stream null
See Also