public TransactionException(InvokingInformation invokeInfo, string message) : base(message + $" 详细请求信息:" + invokeInfo.ToJsonString()) { InvokingInfo = invokeInfo; }
public InvokeConnect(string serviceName, RegisterServiceLocation location) { this.InvokingInfo = new InvokingInformation(); this.InvokingInfo.ServiceName = serviceName; this.InvokingInfo.ServiceLocation = location; }