Compartilhar via


MachineIdentityException.ToString Method ()

 

Creates and returns a string representation of the current exception.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
Public Overrides Function ToString As String

Return Value

Type: System.String

Ann instance of String that contains a representation of the current exception.

Implements

_Exception.ToString()

See Also

MachineIdentityException Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top