Compartir a través de


LocationChangeException(String, Exception) Constructor

Definición

Crea una nueva instancia de LocationChangeException.

public:
 LocationChangeException(System::String ^ message, Exception ^ innerException);
public LocationChangeException (string message, Exception innerException);
new Microsoft.AspNetCore.Components.LocationChangeException : string * Exception -> Microsoft.AspNetCore.Components.LocationChangeException
Public Sub New (message As String, innerException As Exception)

Parámetros

message
String

Mensaje de excepción.

innerException
Exception

Excepción interna.

Se aplica a