CoreWebView2InitializationCompletedEventArgs.InitializationException Property

Definition

The exception thrown from the init task. If the task completed successfully, this property is null.

public Exception InitializationException { get; }
member this.InitializationException : Exception
Public ReadOnly Property InitializationException As Exception

Property Value

Applies to