StreamingCollectionUnsupportedOperationException Constructor

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    constructor As StackTrace, _
    enumeratorCalls As List(Of StackTrace) _
)
public StreamingCollectionUnsupportedOperationException(
    StackTrace constructor,
    List<StackTrace> enumeratorCalls
)
public:
StreamingCollectionUnsupportedOperationException(
    StackTrace^ constructor, 
    List<StackTrace^>^ enumeratorCalls
)
new : 
        constructor:StackTrace * 
        enumeratorCalls:List<StackTrace> -> StreamingCollectionUnsupportedOperationException
public function StreamingCollectionUnsupportedOperationException(
    constructor : StackTrace, 
    enumeratorCalls : List<StackTrace>
)

Parameters

.NET Framework Security

See Also

Reference

StreamingCollectionUnsupportedOperationException Class

Microsoft.TeamFoundation.Framework.Server Namespace