Partager via


GroupException Constructor (String, Exception, Int32, GroupErrorCode)

 

Creates and initializes an instance of the GroupException class with a specified error message, inner exception, native error code, and group error code.

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

Syntax

public GroupException(
    string Message,
    Exception InnerException,
    int nativeErrorCode,
    GroupErrorCode errorCode
)
public:
GroupException(
    String^ Message,
    Exception^ InnerException,
    int nativeErrorCode,
    GroupErrorCode errorCode
)
Public Sub New (
    Message As String,
    InnerException As Exception,
    nativeErrorCode As Integer,
    errorCode As GroupErrorCode
)

Parameters

  • Message
    Type: System.String

    The message that describes the exception.

  • nativeErrorCode
    Type: System.Int32

    The native error code for the exception.

See Also

GroupException Overload
GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top