Partager via


MailboxExtensionNotFoundException Constructor (SerializationInfo, StreamingContext)

 

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

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

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

Parameters

See Also

MailboxExtensionNotFoundException Overload
MailboxExtensionNotFoundException Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top