Skip to main content
All docs
V24.1

FailedEventArgs(Uri, Type, ExceptionDispatchInfo) Constructor

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public FailedEventArgs(
    Uri uri,
    Type valueType,
    ExceptionDispatchInfo exceptionInfo
)

Parameters

Name Type
uri Uri
valueType Type
exceptionInfo ExceptionDispatchInfo
See Also