NavigationException(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new NavigationException instance.
public:
NavigationException(System::String ^ uri);
public NavigationException (string uri);
new Microsoft.AspNetCore.Components.NavigationException : string -> Microsoft.AspNetCore.Components.NavigationException
Public Sub New (uri As String)
Parameters
- uri
- String