ServiceActivationFailedException Class

Definition

Used to indicate a failure in a IServiceBroker to activate a service that was found.

public ref class ServiceActivationFailedException : Microsoft::ServiceHub::Framework::ServiceCompositionException
[System.Serializable]
public class ServiceActivationFailedException : Microsoft.ServiceHub.Framework.ServiceCompositionException
[<System.Serializable>]
type ServiceActivationFailedException = class
    inherit ServiceCompositionException
Public Class ServiceActivationFailedException
Inherits ServiceCompositionException
Inheritance
ServiceActivationFailedException
Attributes

Constructors

ServiceActivationFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the ServiceActivationFailedException class.

ServiceActivationFailedException(ServiceMoniker, Exception)

Initializes a new instance of the ServiceActivationFailedException class.

Applies to