WebProviderError(UInt32, String) Constructeur

Définition

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.

S’applique à

Voir aussi