Compartilhar via


ProviderException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the ProviderException class with the specified serialized data.

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

Syntax

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

Parameters

See Also

ProviderException Overload
ProviderException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top