“The creator of this fault did not specify a Reason” Exception
Posted chucklu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了“The creator of this fault did not specify a Reason” Exception相关的知识,希望对你有一定的参考价值。
“The creator of this fault did not specify a Reason” Exception
if(!DidItPass) { InvalidRoutingCodeFault fault = new InvalidRoutingCodeFault("Invalid Routing Code - No Approval Started"); throw new FaultException<InvalidRoutingCodeFault>(fault, new FaultReason("Invalid Routing Code - No Approval Started")); }
以上是关于“The creator of this fault did not specify a Reason” Exception的主要内容,如果未能解决你的问题,请参考以下文章