Bridge

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

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

Syntax


public bool TrySetException(
	Exception exception
)
Public Function TrySetException ( _
	exception As Exception _
) As Boolean
public:
bool^ TrySetException(
	Exception^ exception
)

Parameters

exception
Type: System..::..Exception