Aracılığıyla paylaş


LocationChangeException(String, Exception) Oluşturucu

Tanım

LocationChangeException öğesinin yeni bir örneğini oluşturur.

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)

Parametreler

message
String

Özel durum iletisi.

innerException
Exception

İç özel durum.

Şunlara uygulanır