HostedEmailIntegrationManagerException Constructor (String, Exception)
Creates a new instance of the HostedEmailIntegrationManagerException, using the specified message and inner exception.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailIntegrationManagerException(
string message,
Exception inner
)
public:
HostedEmailIntegrationManagerException(
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 exception that caused the current exception.
See Also
HostedEmailIntegrationManagerException Overload
HostedEmailIntegrationManagerException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top