HostedEmailConfigurationException Constructor (HostedEmailConfigurationErrorType)
Creates a new instance of the HostedEmailConfigurationException class, using the specified error.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailConfigurationException(
HostedEmailConfigurationErrorType error
)
public:
HostedEmailConfigurationException(
HostedEmailConfigurationErrorType error
)
Public Sub New (
error As HostedEmailConfigurationErrorType
)
Parameters
error
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailConfigurationErrorTypeThe error that caused the exception.
See Also
HostedEmailConfigurationException Overload
HostedEmailConfigurationException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top