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