CompositionError::Description Property

 

Gets a description of the composition error.

Namespace:   System.ComponentModel.Composition
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

public:
property String^ Description {
	String^ get();
}

Property Value

Type: System::String^

A message that describes the CompositionError.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show: