Ends an exception block.
[Visual Basic] Overridable Public Sub EndExceptionBlock() [C#] public virtual void EndExceptionBlock(); [C++] public: virtual void EndExceptionBlock(); [JScript] public function EndExceptionBlock();
Exception Type | Condition |
---|---|
NotSupportedException | if the IL being generated is not currently in an exception block. |
ILGenerator Class | ILGenerator Members | System.Reflection.Emit Namespace