GroupException Class

 

Represents a group provider error.

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

System::Object
  System::Exception
    Microsoft.WindowsServerSolutions.Groups::GroupException

public ref class GroupException : Exception

NameDescription
System_CAPS_pubmethodGroupException()

Creates and initializes an instance of the GroupException class.

System_CAPS_protmethodGroupException(SerializationInfo^, StreamingContext)

Creates and initializes an instance of the GroupException class with serialized data.

System_CAPS_pubmethodGroupException(String^)

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

System_CAPS_pubmethodGroupException(String^, Exception^)

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

System_CAPS_pubmethodGroupException(String^, Exception^, GroupErrorCode)

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

System_CAPS_pubmethodGroupException(String^, Exception^, Int32)

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

System_CAPS_pubmethodGroupException(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.

System_CAPS_pubmethodGroupException(String^, GroupErrorCode)

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

System_CAPS_pubmethodGroupException(String^, Int32)

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

System_CAPS_pubmethodGroupException(String^, Int32, GroupErrorCode)

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

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyGroupErrorCode

Gets the GroupErrorCode object for the exception.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertyNativeErrorCode

Gets the native error code for the exception.

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Gets the SerializationInfo object with information about the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Generates a string representation of a GroupException object.(Overrides Exception::ToString().)

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: