FunctionExceptionData Class

Definition

Line 158 of cmsxo/Debug.cm

Constructors & Destructor

public nothrow FunctionExceptionData()

Member Functions

public CleanupDispatchBlock* GetOpenCleanupDispatchBlock(uint cleanupBlockId) const
public TryBlock* GetTryBlock(uint tryBlockId) const
public nothrow bool IsEmpty() const

Member Variables

public List<CleanupDispatchBlock> cleanupDispatchBlocks
public uint frameSize
public String<char> functionName
public List<TryBlock> tryBlocks

Constructor& Destructor Details

FunctionExceptionData Constructor

public nothrow FunctionExceptionData()

Definition
Line 160 of cmsxo/Debug.cm


Member Function Details

GetOpenCleanupDispatchBlock Member Function

public CleanupDispatchBlock* GetOpenCleanupDispatchBlock(uint cleanupBlockId)

Definition
Line 171 of cmsxo/Debug.cm


GetTryBlock Member Function

public TryBlock* GetTryBlock(uint tryBlockId)

Definition
Line 163 of cmsxo/Debug.cm


IsEmpty Member Function

public nothrow bool IsEmpty()

Definition
Line 179 of cmsxo/Debug.cm