Freigeben über


WebProviderError.Properties Eigenschaft

Definition

Ruft die Fehlereigenschaften ab.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Properties { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Properties();
public IDictionary<string,string> Properties { get; }
var iMap = webProviderError.properties;
Public ReadOnly Property Properties As IDictionary(Of String, String)

Eigenschaftswert

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

Die Fehlereigenschaften. Eine Liste der Fehlercodes finden Sie unter WebProviderError.ErrorCode-Eigenschaft .

Gilt für:

Weitere Informationen