Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ProcessLauncherException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public ProcessLauncherException(
    string message,
    Exception inner
)
public:
ProcessLauncherException(
    String^ message,
    Exception^ inner
)
Public Sub New (
    message As String,
    inner As Exception
)
Parameters
- message 
 Type: System.String- The error message that explains the reason for the exception. 
- inner 
 Type: System.Exception- The inner exception that is the cause of this exception. 
See Also
ProcessLauncherException Overload
ProcessLauncherException Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace
Return to top