Share via


ProcessLauncherException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the ProcessLauncherException class with the specified serialization data.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

protected ProcessLauncherException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ProcessLauncherException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

ProcessLauncherException Overload
ProcessLauncherException Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace

Return to top