CatchBlock.Body Eigenschaft

Definition

Ruft den Textkörper des Catch-Blocks ab.

public:
 property System::Linq::Expressions::Expression ^ Body { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Body { get; }
member this.Body : System.Linq.Expressions.Expression
Public ReadOnly Property Body As Expression

Eigenschaftswert

Das Expression Objekt, das den Catch-Text darstellt.

Gilt für: