SenderException Constructor (String)

 

Initializes a new instance of the SenderException class.

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

Syntax

public SenderException(
    string message
)
public:
SenderException(
    String^ message
)
Public Sub New (
    message As String
)

Parameters

See Also

SenderException Overload
SenderException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top