ExceptionHandlers
Gets the collection of exception handlers that protect the block, in which the current block is in the try
role.
Declaration
IReadOnlyLinkedList<IExceptionHandler> ExceptionHandlers { get; }
Property Value
Type | Description |
---|---|
IReadOnlyLinkedList<IExceptionHandler> |