Partager via


GroupException Constructor

 

Creates a new instance of the GroupException object.

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

Overload List

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.

See Also

GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top