GroupException Constructor
Creates a new instance of the GroupException object.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
GroupException() | Creates and initializes an instance of the GroupException class. |
|
GroupException(SerializationInfo, StreamingContext) | Creates and initializes an instance of the GroupException class with serialized data. |
|
GroupException(String) | Creates and initializes an instance of the GroupException class with a specified error message. |
|
GroupException(String, Exception) | Creates and initializes an instance of the GroupException class with a specified error message and inner exception. |
|
GroupException(String, Exception, GroupErrorCode) | Creates and initializes an instance of the GroupException class with a specified error message, inner exception, and error code. |
|
GroupException(String, Exception, Int32) | Creates and initializes an instance of the GroupException class with a specified error message, inner exception, and native error code. |
|
GroupException(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. |
|
GroupException(String, GroupErrorCode) | Creates and initializes an instance of the GroupException class with a specified error message and group error code. |
|
GroupException(String, Int32) | Creates and initializes an instance of the GroupException class with a specified error message and native error code. |
|
GroupException(String, Int32, GroupErrorCode) | Creates and initializes an instance of the GroupException class with an error message, native error code, and group error code. |
See Also
GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top