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.BeginExceptFilterBlock

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();

Exceptions

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

Remarks

Emits a branch instruction to the end of the current exception block.

See Also

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