Click or drag to resize
Akka.NETAkkaSpecExtensionsThrowsAsyncTException Method
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.Cluster.TestKit (in Akka.Cluster.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Task ThrowsAsync<TException>(
	Func<Task> func
)

Parameters

func
Type: SystemFuncTask
TBD

Type Parameters

TException
TBD

Return Value

Type: Task

[Missing <returns> documentation for "M:Akka.TestKit.AkkaSpecExtensions.ThrowsAsync``1(System.Func{System.Threading.Tasks.Task})"]

See Also