BatchSaveRetryFailedException Constructor (SerializationInfo, StreamingContext)
Initializes a new BatchSaveRetryFailedException instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Déclaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected BatchSaveRetryFailedException(
SerializationInfo info,
StreamingContext context
)
protected:
BatchSaveRetryFailedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> BatchSaveRetryFailedException
protected function BatchSaveRetryFailedException(
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
BatchSaveRetryFailedException Class