CodeThrowExceptionStatement.ToThrow Properti

Definisi

Mendapatkan atau menetapkan pengecualian untuk dilemparkan.

public:
 property System::CodeDom::CodeExpression ^ ToThrow { System::CodeDom::CodeExpression ^ get(); void set(System::CodeDom::CodeExpression ^ value); };
public System.CodeDom.CodeExpression ToThrow { get; set; }
member this.ToThrow : System.CodeDom.CodeExpression with get, set
Public Property ToThrow As CodeExpression

Nilai Properti

Mewakili CodeExpression instans pengecualian yang akan dilemparkan.

Berlaku untuk

Lihat juga