다음을 통해 공유


DiagnosticActionResult.ExtendedError 속성

정의

진단 작업에 대한 확장 오류 데이터를 포함합니다.

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

속성 값

오류 데이터를 포함하는 HRESULT 입니다.

적용 대상