Freigeben über


TryBlockSyntax.CatchBlocks Eigenschaft

Definition

Eine Liste der "Catch"-Blöcke, die ausgeführt werden können, wenn beim Ausführen der Anweisungen im Block "Try" eine Ausnahme ausgelöst wird.

public:
 property Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::CatchBlockSyntax ^> CatchBlocks { Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::CatchBlockSyntax ^> get(); };
public Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CatchBlockSyntax> CatchBlocks { get; }
member this.CatchBlocks : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CatchBlockSyntax>
Public ReadOnly Property CatchBlocks As SyntaxList(Of CatchBlockSyntax)

Eigenschaftswert

Hinweise

Wenn nichts vorhanden ist, wird eine leere Liste zurückgegeben.

Gilt für: