Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompositionFailedException Constructor

.NET Framework (current version)
 

Initializes a new instance of the CompositionFailedException class.

Namespace:   System.Composition.Hosting
Assembly:  System.Composition.Runtime (in System.Composition.Runtime.dll)

NameDescription
System_CAPS_pubmethodCompositionFailedException()

Initializes a new instance of the CompositionFailedException class.

System_CAPS_pubmethodCompositionFailedException(String^)

Initializes a new instance of the CompositionFailedException class with the specified message.

System_CAPS_pubmethodCompositionFailedException(String^, Exception^)

Initializes a new instance of the CompositionFailedException class with the specified message and inner exception.

Return to top
Show:
© 2017 Microsoft