Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Dynamics AX で修飾されていない catch ブロックを作成する方法は?
これは AX2009sp1 の開発者向けヘルプと言われていますが、その例はありません。すべての有効な catch ブロックには、必須パラメーターとして例外タイプが必要です。たとえば、次のようになります。
catch(exception::error) { : }
私は何かを逃しましたか?br、
「1つの戦略は、最後のcatchステートメントで例外タイプを指定しないままにすることです」
http://msdn.microsoft.com/en-us/library/aa893385.aspx