[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Base message that threw the exception

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
IMessageBase

SendingMessage { 
get; 
private 
set; }
Public 
Property 
SendingMessage 
As 
IMessageBase
	
Get
	
Private 
Set
public:
virtual 
property 

IMessageBase^ 
SendingMessage {
	

IMessageBase^ 
get () 
sealed;
	
private: 
void 
set (

IMessageBase^ 
value) 
sealed;
}

Implements

IMessageException . . :: . . SendingMessage

See Also