Partager via


GroupException.ToString Method ()

 

Generates a string representation of a GroupException object.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

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

Return Value

Type: System.String

Returns a String object that contains the string representation of the current GroupException object.

Implements

_Exception.ToString()

See Also

GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top