WebProviderError(UInt32, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.