BatchSaveFailedException Constructor (String, 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 ( _
    error As String, _
    innerException As Exception _
)
public BatchSaveFailedException(
    string error,
    Exception innerException
)
public:
BatchSaveFailedException(
    String^ error, 
    Exception^ innerException
)
new : 
        error:string * 
        innerException:Exception -> BatchSaveFailedException
public function BatchSaveFailedException(
    error : String, 
    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