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

定義

ExceptionClassAttribute クラスの新しいインスタンスを初期化します。

public:
 ExceptionClassAttribute(System::String ^ name);
public ExceptionClassAttribute (string name);
new System.EnterpriseServices.ExceptionClassAttribute : string -> System.EnterpriseServices.ExceptionClassAttribute
Public Sub New (name As String)

パラメーター

name
String

メッセージが配信不能キューにルーティングされる前に、プレーヤーがアクティブにして再生する例外クラスの名前。

次のコード例では、新しい ExceptionClassAttribute を作成します。

[ExceptionClass("ExceptionHandler")]
public class ExceptionClassAttribute_Ctor_String : ServicedComponent
{
}

適用対象