ItemBatchNotFoundException Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ItemBatchNotFoundException Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace