ProcessLauncherException Constructor
Initializes a new instance of the ProcessLauncherException class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
ProcessLauncherException() | Initializes a new instance of the ProcessLauncherException class. |
|
ProcessLauncherException(SerializationInfo, StreamingContext) | Initializes a new instance of the ProcessLauncherException class with the specified serialization data. |
|
ProcessLauncherException(String) | Initializes a new instance of the ProcessLauncherException class with the specified message. |
|
ProcessLauncherException(String, Exception) | 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. |
See Also
ProcessLauncherException Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace
Return to top