CodeCatchClause.CatchExceptionType Özellik

Tanım

Catch bloğuyla işlenecek özel durumun türünü alır veya ayarlar.

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

Özellik Değeri

CodeTypeReference İşlenecek özel durumun türünü gösteren bir.

Açıklamalar

Bu özellik için bir değer belirtilmezse, bu özelliğin değeri varsayılan olarak olur Exception.

Şunlara uygulanır

Ayrıca bkz.