HostedEmailAdaptorException Constructor (HostedEmailAdaptorErrorCode, AddinErrorRecord)
Initializes a new instance of the HostedEmailAdaptorException class using the specified error code and record.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
public HostedEmailAdaptorException(
HostedEmailAdaptorErrorCode errorCode,
AddinErrorRecord errorRecord
)
public:
HostedEmailAdaptorException(
HostedEmailAdaptorErrorCode errorCode,
AddinErrorRecord^ errorRecord
)
Public Sub New (
errorCode As HostedEmailAdaptorErrorCode,
errorRecord As AddinErrorRecord
)
Parameters
errorCode
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailAdaptorErrorCodeThe code of the error that caused the exception.
errorRecord
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.AddinErrorRecordA description of the error that caused the exception.
See Also
HostedEmailAdaptorException Overload
HostedEmailAdaptorException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top