Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Throw when a commit could be resolved but its parent could not be found
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
versionInfo As String, _
commitId As String _
)
public GitNoParentVersionException(
string versionInfo,
string commitId
)
public:
GitNoParentVersionException(
String^ versionInfo,
String^ commitId
)
new :
versionInfo:string *
commitId:string -> GitNoParentVersionException
public function GitNoParentVersionException(
versionInfo : String,
commitId : String
)
Parameters
versionInfo
Type: System.Stringstringified version descriptor
commitId
Type: System.StringcommitId of the child commit with the unresolvable parent
.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.