OperationCanceledException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the OperationCanceledException with the specified serialized data..

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected OperationCanceledException(
    SerializationInfo info,
    StreamingContext context
)
protected:
OperationCanceledException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> OperationCanceledException
protected function OperationCanceledException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

OperationCanceledException Class

OperationCanceledException Overload

Microsoft.TeamFoundation Namespace