Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the HostedEmailProviderException object, using the specified information and context.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
protected HostedEmailProviderException(
    SerializationInfo info,
    StreamingContext context
)
protected:
HostedEmailProviderException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)
Parameters
- info 
 Type: System.Runtime.Serialization.SerializationInfo- Holds the serialized object data about the exception being thrown. 
- context 
 Type: System.Runtime.Serialization.StreamingContext- Contains contextual information about the source or destination. 
See Also
HostedEmailProviderException Overload
HostedEmailProviderException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top