QueueErrorCode(String) コンストラクター

定義

QueueErrorCode の新しいインスタンスを初期化します。

public QueueErrorCode (string value);
new Azure.Storage.Queues.Models.QueueErrorCode : string -> Azure.Storage.Queues.Models.QueueErrorCode
Public Sub New (value As String)

パラメーター

value
String

インスタンスの文字列値。

例外

value が null です。

適用対象