FailedEventArgs(Uri, Type, ExceptionDispatchInfo, Stream) Constructor
In This Article
Initializes a new instance of the AsyncDownloadPolicy.FailedEventArgs class with specified settings.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public FailedEventArgs(
Uri uri,
Type valueType,
ExceptionDispatchInfo exceptionInfo,
Stream errorContent = null
)
#Parameters
Name | Type |
---|---|
uri | Uri |
value |
Type |
exception |
Exception |
#Optional Parameters
Name | Type | Default |
---|---|---|
error |
Stream | null |
See Also