Share via


MessageException.SendingMessage Property

 

Gets the base message that threw the exception.

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

Syntax

public IMessageBase SendingMessage { get; protected set; }
public:
property IMessageBase^ SendingMessage {
    virtual IMessageBase^ get() sealed;
    protected: virtual void set(IMessageBase^ value) sealed;
}
Public Property SendingMessage As IMessageBase
    Get
    Protected Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageBase

Implements

IMessageException.SendingMessage

See Also

MessageException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top