ServerException Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class ServerException _
    Inherits TeamFoundationServiceException
'Usage
Dim instance As ServerException
[SerializableAttribute]
public abstract class ServerException : TeamFoundationServiceException
[SerializableAttribute]
public ref class ServerException abstract : public TeamFoundationServiceException
public abstract class ServerException extends TeamFoundationServiceException

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.TeamFoundation.TeamFoundationServerException
        Microsoft.TeamFoundation.Server.TeamFoundationServiceException
          Microsoft.TeamFoundation.VersionControl.Server.ServerException
            Microsoft.TeamFoundation.VersionControl.Server.AcceptMergeNamespaceConflictRequiresDestinationException
            Microsoft.TeamFoundation.VersionControl.Server.AcceptMergeVersionConflictRequiresDestinationException
            Microsoft.TeamFoundation.VersionControl.Server.AcceptYoursRenameTheirsRequiresDestinationException
            Microsoft.TeamFoundation.VersionControl.Server.ArtifactIdentifierRequiredException
            Microsoft.TeamFoundation.VersionControl.Server.BadChecksumException
            Microsoft.TeamFoundation.VersionControl.Server.CannotChangeRootFolderException
            Microsoft.TeamFoundation.VersionControl.Server.CannotChangeWorkspaceOwnerException
            Microsoft.TeamFoundation.VersionControl.Server.CannotCheckinAllWithEditException
            Microsoft.TeamFoundation.VersionControl.Server.CannotCreateFilesInRootException
            Microsoft.TeamFoundation.VersionControl.Server.CannotFindLatestChangesetException
            Microsoft.TeamFoundation.VersionControl.Server.CannotMergeUnderSourceException
            Microsoft.TeamFoundation.VersionControl.Server.CannotMergeWithWorkspaceSpecAndPendingDeleteException
            Microsoft.TeamFoundation.VersionControl.Server.CannotMoveToRootException
            Microsoft.TeamFoundation.VersionControl.Server.CannotRenameBackToOriginalSourceException
            Microsoft.TeamFoundation.VersionControl.Server.CannotResolveDeletedItemWithAcceptMergeException
            Microsoft.TeamFoundation.VersionControl.Server.CannotResolveToPartialUndeleteException
            Microsoft.TeamFoundation.VersionControl.Server.CannotSpecifyNewNameException
            Microsoft.TeamFoundation.VersionControl.Server.CannotUndeleteTeamProjectFolderException
            Microsoft.TeamFoundation.VersionControl.Server.CannotUndoItemExistingLockConflictsException
            Microsoft.TeamFoundation.VersionControl.Server.CannotUnlockException
            Microsoft.TeamFoundation.VersionControl.Server.ChangesetAuthorMustBeNonGroupException
            Microsoft.TeamFoundation.VersionControl.Server.ChangesetNotFoundException
            Microsoft.TeamFoundation.VersionControl.Server.CheckoutLockRequiredException
            Microsoft.TeamFoundation.VersionControl.Server.DateVersionSpecBeforeBeginningOfRepositoryException
            Microsoft.TeamFoundation.VersionControl.Server.DeltaException
            Microsoft.TeamFoundation.VersionControl.Server.DestroyedContentUnavailableException
            Microsoft.TeamFoundation.VersionControl.Server.DuplicateChangeException
            Microsoft.TeamFoundation.VersionControl.Server.DuplicateCheckinNoteFieldException
            Microsoft.TeamFoundation.VersionControl.Server.DuplicateExtensionException
            Microsoft.TeamFoundation.VersionControl.Server.DuplicateFileTypeException
            Microsoft.TeamFoundation.VersionControl.Server.DuplicateItemFoundException
            Microsoft.TeamFoundation.VersionControl.Server.DuplicateWorkingFolderException
            Microsoft.TeamFoundation.VersionControl.Server.FileIdNotFoundException
            Microsoft.TeamFoundation.VersionControl.Server.FutureDateException
            Microsoft.TeamFoundation.VersionControl.Server.GenericException
            Microsoft.TeamFoundation.VersionControl.Server.IdentityDeletedException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalCommentException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalComputerNameException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalFieldNameException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalIdentityException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalLabelNameException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalPolicyNameException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalServerStateChangeException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalShelvesetException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalShelvesetOwnerException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalUrlException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalVersionException
            Microsoft.TeamFoundation.VersionControl.Server.IllegalWorkspaceException
            Microsoft.TeamFoundation.VersionControl.Server.IncompatibleCompressionFormatException
            Microsoft.TeamFoundation.VersionControl.Server.IncompletePendingChangeException
            Microsoft.TeamFoundation.VersionControl.Server.IncompleteUploadException
            Microsoft.TeamFoundation.VersionControl.Server.InconsistentRequestTypesException
            Microsoft.TeamFoundation.VersionControl.Server.IncorrectSizeException
            Microsoft.TeamFoundation.VersionControl.Server.InvalidAcceptYoursException
            Microsoft.TeamFoundation.VersionControl.Server.InvalidAcceptYoursRenameTheirsException
            Microsoft.TeamFoundation.VersionControl.Server.InvalidBranchCheckinOptionException
            Microsoft.TeamFoundation.VersionControl.Server.InvalidConflictIdException
            Microsoft.TeamFoundation.VersionControl.Server.InvalidExtensionException
            Microsoft.TeamFoundation.VersionControl.Server.InvalidFileIdException
            Microsoft.TeamFoundation.VersionControl.Server.InvalidProjectPendingChangeException
            Microsoft.TeamFoundation.VersionControl.Server.InvalidSqlDateException
            Microsoft.TeamFoundation.VersionControl.Server.ItemRequiredException
            Microsoft.TeamFoundation.VersionControl.Server.LabelExistsException
            Microsoft.TeamFoundation.VersionControl.Server.LabelHasChildrenException
            Microsoft.TeamFoundation.VersionControl.Server.LabelNotFoundException
            Microsoft.TeamFoundation.VersionControl.Server.LabelNotUniqueException
            Microsoft.TeamFoundation.VersionControl.Server.LabelOwnerChangeException
            Microsoft.TeamFoundation.VersionControl.Server.MappingException
            Microsoft.TeamFoundation.VersionControl.Server.MaxRowsEvaluatedException
            Microsoft.TeamFoundation.VersionControl.Server.MergeEditDeleteException
            Microsoft.TeamFoundation.VersionControl.Server.MergeTargetFileSourceDirectoryException
            Microsoft.TeamFoundation.VersionControl.Server.MergeTargetPathAlreadyHasPendingMergeException
            Microsoft.TeamFoundation.VersionControl.Server.MergeTargetPathHasIncompatiblePendingChangeException
            Microsoft.TeamFoundation.VersionControl.Server.MergeTargetPathHasNamespacePendingChangeConflictException
            Microsoft.TeamFoundation.VersionControl.Server.MustUndeleteParentException
            Microsoft.TeamFoundation.VersionControl.Server.NoChangesToShelveException
            Microsoft.TeamFoundation.VersionControl.Server.NoMergeRelationshipException
            Microsoft.TeamFoundation.VersionControl.Server.OwnerRequiredException
            Microsoft.TeamFoundation.VersionControl.Server.PartialRenameConflictException
            Microsoft.TeamFoundation.VersionControl.Server.PendingChangeContentNotFoundException
            Microsoft.TeamFoundation.VersionControl.Server.PluginHasMultipleInterfacesException
            Microsoft.TeamFoundation.VersionControl.Server.RepositoryPathTooLongException
            Microsoft.TeamFoundation.VersionControl.Server.ReservedAnnotationException
            Microsoft.TeamFoundation.VersionControl.Server.RootInheritanceException
            Microsoft.TeamFoundation.VersionControl.Server.SecurityException
            Microsoft.TeamFoundation.VersionControl.Server.ServerItemException
            Microsoft.TeamFoundation.VersionControl.Server.ShelveMergeConflictExistsException
            Microsoft.TeamFoundation.VersionControl.Server.ShelvesetExistsException
            Microsoft.TeamFoundation.VersionControl.Server.ShelvesetNotFoundException
            Microsoft.TeamFoundation.VersionControl.Server.ShelvingPartialRenameConflictException
            Microsoft.TeamFoundation.VersionControl.Server.TargetIsChildException
            Microsoft.TeamFoundation.VersionControl.Server.TeamProjectCannotDeleteException
            Microsoft.TeamFoundation.VersionControl.Server.TeamProjectNotFoundException
            Microsoft.TeamFoundation.VersionControl.Server.UndeleteAboveUnrelatedItemException
            Microsoft.TeamFoundation.VersionControl.Server.UnshelvingPartialRenameException
            Microsoft.TeamFoundation.VersionControl.Server.WildcardNotAllowedException
            Microsoft.TeamFoundation.VersionControl.Server.WorkingFolderInUseException
            Microsoft.TeamFoundation.VersionControl.Server.WorkspaceException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ServerException Members

Microsoft.TeamFoundation.VersionControl.Server Namespace