AX 2012: Handling CLR exceptions

Purpose: The purpose of this post is to demonstrate how can we effectively handle CLR exceptions. Application: Dynamics AX 2012 Business requirement: To report CLR inner exception. Solution: Please find the code below to get the inner CLR exception. Code private void getFiles() { System.String[] files; System.Collections.IEnumerator enumerator; str file; ; try { fileSet =... Continue Reading →

Blog at WordPress.com.

Up ↑