Partager via


UserException.ToString Method ()

 

Creates and returns a string representation of the current exception.

Namespace:   Microsoft.WindowsServerSolutions.Users
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

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

Implements

_Exception.ToString()

See Also

UserException Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top