CompositionFailedException Class
.NET Framework (current version)
The exception that is thrown when composition problems occur.
Assembly: System.Composition.Runtime (in System.Composition.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | CompositionFailedException() | Initializes a new instance of the CompositionFailedException class. |
![]() | CompositionFailedException(String^) | Initializes a new instance of the CompositionFailedException class with the specified message. |
![]() | CompositionFailedException(String^, Exception^) | Initializes a new instance of the CompositionFailedException class with the specified message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



