1 risposta
No .. Salesforce wnt store any Exceptions in salesforce other than Duplicate rules or matching rules or Batch Platform Events If you want to store you need to log into the custome exception object try{
}catch(Exception e){
Log__c lo = new Log__c() ;
// Add other exception related
insert lo ;
}