ServiceCompositionException 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 when a failure to discover or activate a service occurs.
public ref class ServiceCompositionException : Exception
[System.Serializable]
public class ServiceCompositionException : Exception
[<System.Serializable>]
type ServiceCompositionException = class
inherit Exception
Public Class ServiceCompositionException
Inherits Exception
- Inheritance
-
ServiceCompositionException
- Derived
- Attributes
Constructors
ServiceCompositionException() |
Initializes a new instance of the ServiceCompositionException class. |
ServiceCompositionException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ServiceCompositionException class. |
ServiceCompositionException(String, Exception) |
Initializes a new instance of the ServiceCompositionException class. |
ServiceCompositionException(String) |
Initializes a new instance of the ServiceCompositionException class. |