ExceptionRegionEncoder.IsSmallExceptionRegion(Int32, Int32) 方法

定義

如果區域符合小型格式,則傳回 true

public:
 static bool IsSmallExceptionRegion(int startOffset, int length);
public static bool IsSmallExceptionRegion (int startOffset, int length);
static member IsSmallExceptionRegion : int * int -> bool
Public Shared Function IsSmallExceptionRegion (startOffset As Integer, length As Integer) As Boolean

參數

startOffset
Int32

區域的起始位移。

length
Int32

區域的長度。

傳回

Boolean

適用於