Condividi tramite


LocationChangeException(String, Exception) Costruttore

Definizione

Crea una nuova istanza di 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)

Parametri

message
String

Il messaggio dell'eccezione.

innerException
Exception

Eccezione interna.

Si applica a