CatchBlock Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The CatchBlock type exposes the following members.

Properties

  Name Description
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