ModifyEveryoneGroupException Constructor (String, Exception)

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

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

Syntax

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

Parameters

  • message
    Type: System.String

    A user-readable message that states the error.

.NET Framework Security

See Also

Reference

ModifyEveryoneGroupException Class

ModifyEveryoneGroupException Overload

Microsoft.TeamFoundation.Framework.Client Namespace