ServiceActivationFailedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
ServiceActivationFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ServiceActivationFailedException class. |
ServiceActivationFailedException(ServiceMoniker, Exception) |
Initializes a new instance of the ServiceActivationFailedException class. |