Bridge

TaskCompletionSource<(Of <(<'TResult>)>)>..::..SetException Method (IEnumerable<(Of <(<'Exception>)>)>)

Namespace:  System.Threading.Tasks
Assembly:  Bridge (in Bridge.dll)

Syntax


public void SetException(
	IEnumerable<Exception> exceptions
)
Public Sub SetException ( _
	exceptions As IEnumerable(Of Exception) _
)
public:
void SetException(
	IEnumerable<Exception^>^ exceptions
)

Parameters

exceptions
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Exception>)>)>