다음을 통해 공유


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

내부 예외입니다.

적용 대상