InvalidGroupTypeException Class

Definition

Represents the exception that is thrown because the Type of the group specified is invalid.

public ref class InvalidGroupTypeException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class InvalidGroupTypeException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type InvalidGroupTypeException = class
    inherit EnterpriseManagementException
Public Class InvalidGroupTypeException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

InvalidGroupTypeException()

Initializes a new instance of the InvalidGroupTypeException class.

InvalidGroupTypeException(Exception)

Initializes a new instance of the InvalidGroupTypeException class using a reference to the inner exception that is the cause of this exception.

InvalidGroupTypeException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidGroupTypeException class using serialized data.

InvalidGroupTypeException(String)

Initializes a new instance of the InvalidGroupTypeException class using the specified error message.

InvalidGroupTypeException(String, Exception)

Initializes a new instance of the InvalidGroupTypeException class using the specified message and a reference to the inner exception that is the cause of this exception.

InvalidGroupTypeException(Type, Type)

Initializes a new instance of the InvalidGroupTypeException class using the specified group type parameters.

Applies to