AddGroupMemberOverLicenseLimitException Constructor (String, Exception)

Initializes a new instance of the AddGroupMemberIllegalMember class by using the specified message and inner exception.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public AddGroupMemberOverLicenseLimitException(
    string message,
    Exception ex
)
public:
AddGroupMemberOverLicenseLimitException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> AddGroupMemberOverLicenseLimitException
public function AddGroupMemberOverLicenseLimitException(
    message : String, 
    ex : Exception
)

Parameters

  • message
    Type: System.String
    A user-readable message that states the error.

.NET Framework Security

See Also

Reference

AddGroupMemberOverLicenseLimitException Class

AddGroupMemberOverLicenseLimitException Overload

Microsoft.TeamFoundation.Framework.Client Namespace