Udostępnij za pośrednictwem


LocationChangeException(String, Exception) Konstruktor

Definicja

Tworzy nowe wystąpienie klasy 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)

Parametry

message
String

Komunikat wyjątku.

innerException
Exception

Wyjątek wewnętrzny.

Dotyczy