Exemplo n.º 1
0
 public RpcFaultAttribute(Type faultType)
 {
     this.FaultType = faultType;
     this.FaultCode = RpcBuilderUtil.RetrieveFaultCode(faultType);
 }