Udostępnij za pośrednictwem


CodeThrowExceptionStatement.ToThrow Właściwość

Definicja

Pobiera lub ustawia wyjątek do zgłoszenia.

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

Wartość właściwości

Reprezentujące CodeExpression wystąpienie wyjątku, które ma być zgłaszane.

Dotyczy

Zobacz też