WebProviderError(UInt32, String) Constructor

Definition

Initializes a new instance of the WebProviderError class.

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)

Parameters

errorCode
UInt32

unsigned int

uint32_t

The error code.

errorMessage
String

Platform::String

winrt::hstring

The error message.

Applies to

See also