Bridge

AsyncTaskMethodBuilder<(Of <(<'TResult>)>)>..::..SetException Method

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public void SetException(
	Exception exception
)
Public Sub SetException ( _
	exception As Exception _
)
public:
void SetException(
	Exception^ exception
)

Parameters

exception
Type: System..::..Exception