Share via


LocationChangeException(String, Exception) コンストラクター

定義

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)

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象