다음을 통해 공유


WebProviderError(UInt32, String) 생성자

정의

WebProviderError 클래스의 새 instance 초기화합니다.

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)

매개 변수

errorCode
UInt32

unsigned int

uint32_t

오류 코드입니다.

errorMessage
String

Platform::String

winrt::hstring

오류 메시지입니다.

적용 대상

추가 정보