Share via


DeltaTooLargeException Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DeltaTooLargeException _
    Inherits Exception
'Usage
Dim instance As DeltaTooLargeException
[SerializableAttribute]
public class DeltaTooLargeException : Exception
[SerializableAttribute]
public ref class DeltaTooLargeException : public Exception
public class DeltaTooLargeException extends Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.TeamFoundation.VersionControl.Server.DeltaTooLargeException

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

DeltaTooLargeException Members

Microsoft.TeamFoundation.VersionControl.Server Namespace