Share via


ItemNotFoundException.Message Property

This member overrides Exception.Message.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Message As String
'Usage
Dim instance As ItemNotFoundException 
Dim value As String 

value = instance.Message
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
public override function get Message () : String

Property Value

Type: System.String

Implements

_Exception.Message

.NET Framework Security

See Also

Reference

ItemNotFoundException Class

ItemNotFoundException Members

Microsoft.TeamFoundation.VersionControl.Server Namespace