Share via


TestAdapter.ThrowOnExchangeRequest(String, String, String, String) Method

Definition

Adds an instruction to throw an exception during exchange requests.

public void ThrowOnExchangeRequest (string connectionName, string channelId, string userId, string exchangableItem);
member this.ThrowOnExchangeRequest : string * string * string * string -> unit
Public Sub ThrowOnExchangeRequest (connectionName As String, channelId As String, userId As String, exchangableItem As String)

Parameters

connectionName
String

The connection name.

channelId
String

The channel ID.

userId
String

The user ID.

exchangableItem
String

The exchangeable token or resource URI.

Applies to