HttpGetInputStreamResult.ExtendedError Property

Definition

The extended error code for an HTTP request.

public:
 property HResult ExtendedError { HResult get(); };
HResult ExtendedError();
public System.Exception ExtendedError { get; }
var hResult = httpGetInputStreamResult.extendedError;
Public ReadOnly Property ExtendedError As Exception

Property Value

HRESULT value of the error or null if there was no error.

Applies to