AuthenticationFeature.DisplayErrorMessage(Exception, ResourceManager) Method

Definition

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.

Applies to