ExceptionRegionEncoder.IsSmallRegionCount(Int32) Method

Definition

Returns true if the number of exception regions first small format.

public:
 static bool IsSmallRegionCount(int exceptionRegionCount);
public static bool IsSmallRegionCount (int exceptionRegionCount);
static member IsSmallRegionCount : int -> bool
Public Shared Function IsSmallRegionCount (exceptionRegionCount As Integer) As Boolean

Parameters

exceptionRegionCount
Int32

Number of exception regions.

Returns

Applies to