HostedEmailIntegrationManagerException Constructor (String)
Creates a new instance of the HostedEmailIntegrationManagerException, using the specified message.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailIntegrationManagerException(
string message
)
public:
HostedEmailIntegrationManagerException(
String^ message
)
Public Sub New (
message As String
)
Parameters
message
Type: System.StringAdditional information about the error that caused the exception.
See Also
HostedEmailIntegrationManagerException Overload
HostedEmailIntegrationManagerException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top