Skip to main content
All docs
V26.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.v26.1.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