다음을 통해 공유


PushNotificationCreateChannelResult.ExtendedError 속성

정의

채널을 만드는 동안 마지막으로 표시되는 확장 오류를 가져옵니다.

public:
 property HResult ExtendedError { HResult get(); };
HResult ExtendedError();
public System.Exception ExtendedError { get; }
var hResult = pushNotificationCreateChannelResult.extendedError;
Public ReadOnly Property ExtendedError As Exception

속성 값

확장 오류를 나타내는 개체입니다.

설명

이 값은 InProgressRetry 또는 CompletedFailure의 상태 있는 요청에 대한 정보를 가져오는 데 유용합니다.

적용 대상