AuthenticationFeature.DisplayErrorMessage(Exception, ResourceManager) Method
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.
Displays a modal dialog box with an error message, based on the specified exception and resource manager.
protected:
void DisplayErrorMessage(Exception ^ ex, System::Resources::ResourceManager ^ resourceManager);
protected void DisplayErrorMessage (Exception ex, System.Resources.ResourceManager resourceManager);
member this.DisplayErrorMessage : Exception * System.Resources.ResourceManager -> unit
Parameters
- ex
- Exception
The exception that the displayed message box will show.
- resourceManager
- ResourceManager
The ResourceManager object that is associated with the page.