EdgeNotFoundException Constructors

Definition

Overloads

EdgeNotFoundException()

Initializes a new instance of the EdgeNotFoundException class.

EdgeNotFoundException(Exception)

Initializes a new instance of the EdgeNotFoundException class with a reference to the inner exception that is the cause of this exception.

EdgeNotFoundException(String)

Initializes a new instance of the EdgeNotFoundException class with a specified error message.

EdgeNotFoundException(String, Exception)

Initializes a new instance of the EdgeNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

EdgeNotFoundException()

Initializes a new instance of the EdgeNotFoundException class.

C#
public EdgeNotFoundException ();

Applies to

WebView2 .NET 1.0.664.37 otras versiones
Producto Versiones
WebView2 .NET 1.0.664.37
WebView2 .NET Prerelease 0.9.515, 0.9.538, 0.9.579, 0.9.628

EdgeNotFoundException(Exception)

Initializes a new instance of the EdgeNotFoundException class with a reference to the inner exception that is the cause of this exception.

C#
public EdgeNotFoundException (Exception inner);

Parameters

inner
Exception

The exception that is the cause of the current exception.

Applies to

WebView2 .NET 1.0.664.37 otras versiones
Producto Versiones
WebView2 .NET 1.0.664.37
WebView2 .NET Prerelease 0.9.515, 0.9.538, 0.9.579, 0.9.628

EdgeNotFoundException(String)

Initializes a new instance of the EdgeNotFoundException class with a specified error message.

C#
public EdgeNotFoundException (string message);

Parameters

message
String

The error message that explains the reason for the exception.

Applies to

WebView2 .NET 1.0.664.37 otras versiones
Producto Versiones
WebView2 .NET 1.0.664.37
WebView2 .NET Prerelease 0.9.515, 0.9.538, 0.9.579, 0.9.628

EdgeNotFoundException(String, Exception)

Initializes a new instance of the EdgeNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

C#
public EdgeNotFoundException (string message, Exception inner);

Parameters

message
String

The error message that explains the reason for the exception.

inner
Exception

The exception that is the cause of the current exception.

Applies to

WebView2 .NET 1.0.664.37 otras versiones
Producto Versiones
WebView2 .NET 1.0.664.37
WebView2 .NET Prerelease 0.9.515, 0.9.538, 0.9.579, 0.9.628