コード例 #1
0
 public GenericServiceExecutionException(InvocationContext invocationContext, IInvocation invocation, System.Exception innerException)
     : base(ExceptionMessage.Build("Service execution failed").Add("InvocationContext", invocationContext).Add("Invocation", invocation), innerException)
 {
     this.invocationContext = invocationContext;
     this.invocation        = invocation;
 }