Compartir a través de


WebProviderError(UInt32, String) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

errorCode
UInt32

unsigned int

uint32_t

Código de error.

errorMessage
String

Platform::String

winrt::hstring

El mensaje de error.

Se aplica a

Consulte también