ExceptionRegionEncoder.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
加入例外狀況子句。
public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder Add (System.Reflection.Metadata.ExceptionRegionKind kind, int tryOffset, int tryLength, int handlerOffset, int handlerLength, System.Reflection.Metadata.EntityHandle catchType = default, int filterOffset = 0);
member this.Add : System.Reflection.Metadata.ExceptionRegionKind * int * int * int * int * System.Reflection.Metadata.EntityHandle * int -> System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder
Public Function Add (kind As ExceptionRegionKind, tryOffset As Integer, tryLength As Integer, handlerOffset As Integer, handlerLength As Integer, Optional catchType As EntityHandle = Nothing, Optional filterOffset As Integer = 0) As ExceptionRegionEncoder
參數
- kind
- ExceptionRegionKind
子句種類。
- tryOffset
- Int32
請嘗試區塊開始位移。
- tryLength
- Int32
請嘗試區塊長度。
- handlerOffset
- Int32
處理程序開始位移。
- handlerLength
- Int32
處理程序長度。
- catchType
- EntityHandle
TypeDefinitionHandle如果 不是 Catch,則為 或 TypeReferenceHandleTypeSpecificationHandlenilkind
。
傳回
下一個子句的編碼器。
例外狀況
catchType
無效。
方法主體未宣告為有例外狀況區域。