MachineIdentityException Constructor (String)
Initializes a new instance of the MachineIdentityException class with the specified message.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public MachineIdentityException(
string Message
)
public:
MachineIdentityException(
String^ Message
)
Public Sub New (
Message As String
)
Parameters
Message
Type: System.StringThe error message that explains the reason for the exception.
See Also
MachineIdentityException Overload
MachineIdentityException Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top