TestAdapter.ThrowOnExchangeRequest(String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.