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

Ends an exception block.

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

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