ExceptionRegionEncoder.AddFault(Int32, Int32, Int32, Int32) メソッド

定義

fault 句を追加します。

public:
 System::Reflection::Metadata::Ecma335::ExceptionRegionEncoder AddFault(int tryOffset, int tryLength, int handlerOffset, int handlerLength);
public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder AddFault(int tryOffset, int tryLength, int handlerOffset, int handlerLength);
member this.AddFault : int * int * int * int -> System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder
Public Function AddFault (tryOffset As Integer, tryLength As Integer, handlerOffset As Integer, handlerLength As Integer) As ExceptionRegionEncoder

パラメーター

tryOffset
Int32

ブロック開始オフセットを試してください。

tryLength
Int32

ブロックの長さを試してください。

handlerOffset
Int32

ハンドラーの開始オフセット。

handlerLength
Int32

ハンドラーの長さ。

返品

次の句のエンコーダー。

例外

tryOffsettryLengthhandlerOffset 、または handlerLength が範囲外です。

メソッド本体は、例外領域を持つ宣言されませんでした。

適用対象