CatchBlock Properties
Collapse the table of content
Expand the table of content

CatchBlock Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The CatchBlock type exposes the following members.

  NameDescription
Public property Body Gets the body of the catch block.
Public property Filter Gets the body of the CatchBlock filter.
Public property Test Gets the type of Exception this handler catches.
Public property Variable Gets a reference to the Exception object caught by this handler.
Top

Show:
© 2017 Microsoft