InformationChangeRequestException Constructor (String)

Initializes a new InformationChangeRequestException instance.

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

Syntax

'宣言
Public Sub New ( _
    message As String _
)
public InformationChangeRequestException(
    string message
)
public:
InformationChangeRequestException(
    String^ message
)
new : 
        message:string -> InformationChangeRequestException
public function InformationChangeRequestException(
    message : String
)

Parameters

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

.NET Framework Security

See Also

Reference

InformationChangeRequestException Class

InformationChangeRequestException Overload

Microsoft.TeamFoundation.Build.Client Namespace