CompositionFailedException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the CompositionFailedException class with the specified message and inner exception.
Assembly: System.Composition.Runtime (in System.Composition.Runtime.dll)
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.
Show: