CatchBlock.Body Özellik

Tanım

Catch bloğunun gövdesini alır.

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

Özellik Değeri

Expression Catch gövdesini temsil eden nesne.

Şunlara uygulanır