ExceptionClassAttribute(String) Konstruktor

Definice

Inicializuje novou instanci ExceptionClassAttribute třídy.

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

Parametry

name
String

Název třídy výjimek, kterou hráč aktivuje a přehraje před směrováním zprávy do fronty nedoručených zpráv.

Příklady

Následující příklad kódu vytvoří nový ExceptionClassAttribute.

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

Platí pro