Begins an exception block for a non-filtered exception.
[Visual Basic] Overridable Public Function BeginExceptionBlock() As Label [C#] public virtual Label BeginExceptionBlock(); [C++] public: virtual Label BeginExceptionBlock(); [JScript] public function BeginExceptionBlock() : Label;
The label for the end of the block. This will leave you in the correct place to execute finally blocks or to finish the try.
Creating an exception block records some information, but does not actually emit any IL onto the stream.
ILGenerator Class | ILGenerator Members | System.Reflection.Emit Namespace