Initializes a new BatchSaveFailedException instance.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
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
- error
 Type: System.String
 A message describing the exception.
- innerException
 Type: System.Exception
 The exception that caused this exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BatchSaveFailedException Class