GroupException Constructor (String, Exception)
Creates and initializes an instance of the GroupException class with a specified error message and inner exception.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public GroupException(
string Message,
Exception InnerException
)
public:
GroupException(
String^ Message,
Exception^ InnerException
)
Public Sub New (
Message As String,
InnerException As Exception
)
Parameters
Message
Type: System.StringThe message that describes the exception.
InnerException
Type: System.ExceptionGets the GroupException instance that caused the current exception.
See Also
GroupException Overload
GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top