GroupException Class
Represents a group provider error.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.WindowsServerSolutions.Groups.GroupException
Syntax
public class GroupException : Exception
public ref class GroupException : Exception
Public Class GroupException
Inherits Exception
Constructors
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. |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
GroupErrorCode | Gets the GroupErrorCode object for the exception. |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
NativeErrorCode | Gets the native error code for the exception. |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | Gets the SerializationInfo object with information about the exception.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetType() | (Inherited from Exception.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Generates a string representation of a GroupException object.(Overrides Exception.ToString().) |
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top