TryStatementSyntax.WithCatches(SyntaxList<CatchClauseSyntax>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::CodeAnalysis::CSharp::Syntax::TryStatementSyntax ^ WithCatches(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::CatchClauseSyntax ^> catches);
public Microsoft.CodeAnalysis.CSharp.Syntax.TryStatementSyntax WithCatches (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.CatchClauseSyntax> catches);
member this.WithCatches : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.CatchClauseSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.TryStatementSyntax
Public Function WithCatches (catches As SyntaxList(Of CatchClauseSyntax)) As TryStatementSyntax
Parameters
- catches
- SyntaxList<CatchClauseSyntax>