HostedEmailConfigurationException Constructor (String, Exception)
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.StringAdditional information about the exception.
inner
Type: System.ExceptionThe original exception that caused this exception.
See Also
HostedEmailConfigurationException Overload
HostedEmailConfigurationException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top