CompositionException::Message Property

 

Gets a message that describes the exception.

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

public:
property String^ Message {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A message that describes the CompositionException.

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