CompositionFailedException Constructor (String^, Exception^)

.NET Framework (current version)
 

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

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

public:
CompositionFailedException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

A message that contains information about the exception.

innerException
Type: System::Exception^

The inner exception to wrap in this exception.

Return to top
Show: