ApplicationLauncherEnableException Constructor (String, Exception)
3/29/2010
Initializes a new instance of the ApplicationLauncherEnableException class, using an error message containing additional details about the failure, and an inner exception.
Namespace: Microsoft.WindowsMobile
Assembly: Microsoft.WindowsMobile (in microsoft.windowsmobile.dll)
Syntax
public ApplicationLauncherEnableException (
string message,
Exception inner
)
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
Parameters
- message
A string containing further details about the exception.
- inner
A string containing further details about the exception.
See Also
Reference
ApplicationLauncherEnableException Class
ApplicationLauncherEnableException Members
Microsoft.WindowsMobile Namespace