Property UnwindDestination
UnwindDestination
Gets or sets the Unwind destination for this CatchSwitch
Declaration
public BasicBlock UnwindDestination { get; set; }
Property Value
public BasicBlock UnwindDestination { get; set; }
BasicBlock |
Remarks
While retrieving the destination may return null, setting with null will generate an exception. In particular if HasUnwindDestination is false then the UnwindDestination is null.