次の方法で共有


CoreWebView2InitializedEventArgs.Exception プロパティ

定義

WebView2 の作成時に発生する例外を取得します。

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

プロパティ値

例外。例外が発生しなかった場合は null。

適用対象