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。

适用于