Begins an exception block for a filtered exception.
[Visual Basic] Overridable Public Sub BeginExceptFilterBlock() [C#] public virtual void BeginExceptFilterBlock(); [C++] public: virtual void BeginExceptFilterBlock(); [JScript] public function BeginExceptFilterBlock();
Exception Type | Condition |
---|---|
NotSupportedException | if the IL being generated is not currently in an exception block. |
Emits a branch instruction to the end of the current exception block.
ILGenerator Class | ILGenerator Members | System.Reflection.Emit Namespace