FileIdNotFoundException Constructor (Int32)

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    fileId As Integer _
)
public FileIdNotFoundException(
    int fileId
)
public:
FileIdNotFoundException(
    int fileId
)
new : 
        fileId:int -> FileIdNotFoundException
public function FileIdNotFoundException(
    fileId : int
)

Parameters

.NET Framework Security

See Also

Reference

FileIdNotFoundException Class

FileIdNotFoundException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace