MissingPageException Constructor (IAppContext, String, 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 and takes an additional message,
to provide additional detail, that is appended to the standard message.
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,
string message
)
Public Sub New (
cxt As IAppContext,
mop As String,
message As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - mop
- Type: SystemString
The MOP (module!page) identifier. - message
- Type: SystemString
The additional message to append.
See Also