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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InformationChangeRequestException Class