MissingPageException Constructor (String, Boolean) |
Initializes a new instance of the exception for use when navigation is attempted to an invalid (but not really missing) page.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MissingPageException(
string mop,
bool isBasePage
)
Public Sub New (
mop As String,
isBasePage As Boolean
)
Parameters
- mop
- Type: SystemString
The MOP (module!page) identifier. - isBasePage
- Type: SystemBoolean
Identifies whether this is a base page.
See Also