Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and initializes an instance of the GroupException class with an error message, native error code, and group error code.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public GroupException(
string Message,
int nativeErrorCode,
GroupErrorCode errorCode
)
public:
GroupException(
String^ Message,
int nativeErrorCode,
GroupErrorCode errorCode
)
Public Sub New (
Message As String,
nativeErrorCode As Integer,
errorCode As GroupErrorCode
)
Parameters
Message
Type: System.StringThe message that describes the exception.
nativeErrorCode
Type: System.Int32The native error code for the exception.
errorCode
Type: Microsoft.WindowsServerSolutions.Groups.GroupErrorCodeThe group error code for the exception.
See Also
GroupException Overload
GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top