UnknownIdentifier(String) Constructor

Definition

Initializes a new instance of UnknownIdentifier.

public UnknownIdentifier (string id);
new Azure.Communication.UnknownIdentifier : string -> Azure.Communication.UnknownIdentifier
Public Sub New (id As String)

Parameters

id
String

Id of the endpoint.

Exceptions

Thrown when the id is null.

Thrown when the id is empty.

Applies to