Partager via


GroupException Constructor (String)

 

Creates and initializes an instance of the GroupException class with a specified error message.

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

Syntax

public GroupException(
    string Message
)
public:
GroupException(
    String^ Message
)
Public Sub New (
    Message As String
)

Parameters

  • Message
    Type: System.String

    The message that describes the exception.

See Also

GroupException Overload
GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top