LocationChangeException(String, Exception) Constructeur

Définition

Crée une instance 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)

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception interne.

S’applique à