Share via


InformationAddRequestCycleException Constructor (String)

Initializes a new InformationAddRequestCycleException instance.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public InformationAddRequestCycleException(
    string message
)
public:
InformationAddRequestCycleException(
    String^ message
)
new : 
        message:string -> InformationAddRequestCycleException
public function InformationAddRequestCycleException(
    message : String
)

Parameters

  • message
    Type: System.String
    A message that describes the error.

.NET Framework Security

See Also

Reference

InformationAddRequestCycleException Class

InformationAddRequestCycleException Overload

Microsoft.TeamFoundation.Build.Client Namespace