ChangeRejectedException::Message Property

 

Gets or sets the message associated with the component rejection.

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^

The message associated with the component rejection.

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