Class PageNotShownException
Defines an exception for when a page is not shown.
Namespace: Legerity.Exceptions
Assembly: Legerity.Core.dll
Syntax
public class PageNotShownException : LegerityException
Properties
| Improve this Doc View SourcePageName
Gets the name of the page that was not shown.
Declaration
public string PageName { get; }
Property Value
Type | Description |
---|---|
System.String |