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