次の方法で共有


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

定義

指定した例外メッセージを使用して、EntityMetadataUpdatedException クラスの新しいインスタンスを初期化します。

public EntityMetadataUpdatedException (string message);
new Microsoft.ServiceBus.Messaging.EntityMetadataUpdatedException : string -> Microsoft.ServiceBus.Messaging.EntityMetadataUpdatedException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象