MissingPageException Constructor (IAppContext, String) |
Initializes a new instance of the exception for use when a page is not present in the PageInfos collection.
This constructor provides a cleaner message when used in a production environment.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MissingPageException(
IAppContext cxt,
string mop
)
Public Sub New (
cxt As IAppContext,
mop As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - mop
- Type: SystemString
The MOP (module!page) identifier.
See Also