Skip to main content
All docs
V25.1
  • FailedEventArgs(Uri, Type, ExceptionDispatchInfo, Stream) Constructor

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

    Namespace: DevExpress.Data

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    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