FileIdNotFoundException Constructor (String)

Encapsulates a message string into a FileIdNotFoundException.

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

Syntax

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

Parameters

  • message
    Type: System.String

    A message that describes the exception.

.NET Framework Security

See Also

Reference

FileIdNotFoundException Class

FileIdNotFoundException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace