Sdílet prostřednictvím


LocationChangeException(String, Exception) Konstruktor

Definice

Vytvoří novou instanci položky 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

Zpráva výjimky

innerException
Exception

Vnitřní výjimka

Platí pro