Partager via


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
System_CAPS_pubmethod GroupException()

Creates and initializes an instance of the GroupException class.

System_CAPS_protmethod GroupException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod GroupException(String)

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

System_CAPS_pubmethod GroupException(String, Exception)

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

System_CAPS_pubmethod GroupException(String, Exception, GroupErrorCode)

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

System_CAPS_pubmethod GroupException(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_pubmethod 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.

System_CAPS_pubmethod GroupException(String, GroupErrorCode)

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

System_CAPS_pubmethod GroupException(String, Int32)

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

System_CAPS_pubmethod 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
System_CAPS_pubproperty Data

(Inherited from Exception.)

System_CAPS_pubproperty GroupErrorCode

Gets the GroupErrorCode object for the exception.

System_CAPS_pubproperty HelpLink

(Inherited from Exception.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty Message

(Inherited from Exception.)

System_CAPS_pubproperty NativeErrorCode

Gets the native error code for the exception.

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod GetType()

(Inherited from Exception.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

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

Events

Name Description
System_CAPS_protevent 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