Beispiel #1
0
 internal static Exception CreateFaultedException(this CommunicationObject communicationObject)
 {
     return(new CommunicationObjectFaultedException(SRClient.CommunicationObjectFaulted(communicationObject.GetType().ToString())));
 }