Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Handle exception types, including SQL exceptions, network exceptions, communication exceptions, network timeout exceptions;

use catch statements;

use base class of an exception;

implement try-catchfinally blocks;

throw exceptions;

rethrow an exception;

create custom exceptions;

handle inner exceptions;

handle aggregate exceptions 

Implement exception handling

Khrystal Colon
Module by Khrystal Colon, updated more than 1 year ago

Description

Handle exception types; use catch statements; use base class of an exception; implement try-catch-finally blocks; throw exceptions; rethrow an exception; create custom exceptions; handle inner exceptions; handle aggregate exceptions