DeviceIdDoesNotExistException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the DeviceIdDoesNotExistException class with the specified serialization data.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
protected DeviceIdDoesNotExistException(
SerializationInfo info,
StreamingContext context
)
protected:
DeviceIdDoesNotExistException(
SerializationInfo^ info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoThe SerializationInfo object that contains the serialized information for the exception.
context
Type: System.Runtime.Serialization.StreamingContextThe StreamingContext object that contains the context information for the exception.
See Also
DeviceIdDoesNotExistException Overload
DeviceIdDoesNotExistException Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top