Initializes a new BatchSaveFailedException instance.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected BatchSaveFailedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
BatchSaveFailedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> BatchSaveFailedException
protected function BatchSaveFailedException(
    info : SerializationInfo, 
    context : StreamingContext
)
Parameters
- info
 Type: System.Runtime.Serialization.SerializationInfo
 Serialization information about the exception.
- context
 Type: System.Runtime.Serialization.StreamingContext
 The serialization streaming context of the 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