Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the HostedEmailConfigurationException class, using additional information about the exception, as well as the original exception that caused this exception.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailConfigurationException(
    string message,
    Exception inner
)
public:
HostedEmailConfigurationException(
    String^ message,
    Exception^ inner
)
Public Sub New (
    message As String,
    inner As Exception
)
Parameters
- message 
 Type: System.String- Additional information about the exception. 
- inner 
 Type: System.Exception- The original exception that caused this exception. 
See Also
HostedEmailConfigurationException Overload
HostedEmailConfigurationException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top