Freigeben über


LocationChangeException(String, Exception) Konstruktor

Definition

Erstellt eine neue Instanz von 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)

Parameter

message
String

Die Ausnahmemeldung.

innerException
Exception

Die innere Ausnahme.

Gilt für: