CodeTryCatchFinallyStatement
(System.CodeDom.CodeTryCatchFinallyStatement)
Inherits:
System.CodeDom.CodeStatement
Interfaces:
Derived Types:
0
Assembly:
System.dll
Represents a try block, with any number of catch clauses and optionally, a finally block.
VB.NET
C#
|
VB.NET
Public Class CodeTryCatchFinallyStatement
Inherits System.CodeDom.CodeStatement
End Class
Articles
|
Class System.CodeDom.CodeTryCatchFinallyStatement
|
|
... doc[@for="CodeTryCatchFinallyStatement.CodeTryCatchFinallyStatement"]/*' /> Initializes a new instance of |