Click or drag to resize

WrappedException Class

X#
Helper class for the BREAK statement
Inheritance Hierarchy
Object
  Exception
    WrappedException

Namespace:  XSharp.Internal
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS WrappedException INHERIT Exception
Request Example View Source

The WrappedException type exposes the following members.

Constructors
  NameDescription
Public methodWrappedException
Initializes a new instance of the WrappedException class
Top
Properties
  NameDescription
Public propertyValue
The property that is passed by the BREAK statement
Top
Extension Methods
  NameDescription
Public Extension MethodGetInnerException (Defined by Error.)
Top
See Also