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
- constructor
Type: System.Diagnostics.StackTrace
- enumeratorCalls
Type: System.Collections.Generic.List<StackTrace>
.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.