HostedEmailAdaptorNotSupportedException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the HostedEmailAdaptorNotSupportedException class with serialized data.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
protected HostedEmailAdaptorNotSupportedException(
SerializationInfo info,
StreamingContext context
)
protected:
HostedEmailAdaptorNotSupportedException(
SerializationInfo^ info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoHolds the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContextContains contextual information about the source or destination.
See Also
HostedEmailAdaptorNotSupportedException Overload
HostedEmailAdaptorNotSupportedException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top