Share via


DevicesProviderException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the DevicesProviderException class with the specified information and context.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

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

Parameters

See Also

DevicesProviderException Overload
DevicesProviderException Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top