CompositionFailedException Constructor (String^)

.NET Framework (current version)
 

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

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

public:
CompositionFailedException(
	String^ message
)

Parameters

message
Type: System::String^

A message that contains information about the exception.

Return to top
Show: