NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ILGenerator.BeginFinallyBlock

Begins a finally block on the instruction stream.

[Visual Basic]
Overridable Public Sub BeginFinallyBlock()
[C#]
public virtual void BeginFinallyBlock();
[C++]
public: virtual void BeginFinallyBlock();
[JScript]
public function BeginFinallyBlock();

Exceptions

Exception Type Condition
NotSupportedException if the IL being generated is not currently in an exception block.

See Also

ILGenerator Class | ILGenerator Members | System.Reflection.Emit Namespace