Bagikan melalui


CodeCatchClause.CatchExceptionType Properti

Definisi

Mendapatkan atau mengatur jenis pengecualian untuk ditangani dengan blok tangkapan.

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

Nilai Properti

CodeTypeReference yang menunjukkan jenis pengecualian yang akan ditangani.

Keterangan

Jika nilai untuk properti ini tidak ditentukan, nilai properti ini default ke Exception.

Berlaku untuk

Lihat juga