Partager via


HostedEmailAdaptorException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the HostedEmailAdaptorException class with serialized data.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)

Syntax

protected HostedEmailAdaptorException(
    SerializationInfo info,
    StreamingContext context
)
protected:
HostedEmailAdaptorException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

HostedEmailAdaptorException Overload
HostedEmailAdaptorException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top