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

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

Exceptions

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

See Also

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