When I added the try and catch block...
try
{
listener.open().wait();
fgetc(stdin);
listener.close().wait();
}
catch(std::exception const & exp)
{
//exp.
}
This is what it shows in exception.- exp <No type information available in symbol file for cpprest110d_2_4.dll>{_Mywhat=0x00000000 <NULL> _Mydofree=...} const std::exception &
+ __vfptr 0x108445c0 {cpprest110d_2_4.dll!const web::http::http_exception::`vftable'} {cpprest110d_2_4.dll!0x1016f9b1, ...} void * *
+ _Mywhat 0x00000000 <NULL> const char *
_Mydofree false bool
Does Casablanca has its own exception mechanism?