共用方式為


SenderException Constructor (String, Exception)

 

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,
    Exception innerException
)
public:
SenderException(
    String^ message,
    Exception^ innerException
)
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

See Also

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

Return to top