Compartilhar via


MachineIdentityException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the MachineIdentityException class with the specified serialization data.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

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

Parameters

See Also

MachineIdentityException Overload
MachineIdentityException Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top