Bridge

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

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

Syntax


public bool TrySetException(
	IEnumerable<Exception> exceptions
)
Public Function TrySetException ( _
	exceptions As IEnumerable(Of Exception) _
) As Boolean
public:
bool^ TrySetException(
	IEnumerable<Exception^>^ exceptions
)

Parameters

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