BatchSaveFailedException Constructor (Exception)

Initializes a new BatchSaveFailedException instance.

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

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public BatchSaveFailedException(
    Exception innerException
)
public:
BatchSaveFailedException(
    Exception^ innerException
)
new : 
        innerException:Exception -> BatchSaveFailedException
public function BatchSaveFailedException(
    innerException : Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that caused this exception.

.NET Framework Security

See Also

Reference

BatchSaveFailedException Class

BatchSaveFailedException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace