DeltaTooLargeException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DeltaTooLargeException Class

DeltaTooLargeException Overload

Microsoft.TeamFoundation.Framework.Client Namespace