WebProviderError(UInt32, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe WebProviderError.
public:
WebProviderError(unsigned int errorCode, Platform::String ^ errorMessage);
WebProviderError(uint32_t const& errorCode, winrt::hstring const& errorMessage);
public WebProviderError(uint errorCode, string errorMessage);
function WebProviderError(errorCode, errorMessage)
Public Sub New (errorCode As UInteger, errorMessage As String)
Paramètres
- errorCode
-
UInt32
unsigned int
uint32_t
Code d'erreur.
- errorMessage
-
String
Platform::String
winrt::hstring
Message d’erreur.