Top "Faultexception" questions

A FaultException is the type of exception WCF services and clients use to communicate exceptions and optionally their details.

TypeInitializationException: The type initializer for 'vService.CheckService' threw an exception

I am receiving a FaultException from a WCF service as follows when it is invoked: 2012-04-02 16:26:00.3593|Error|System.ServiceModel.…

c# wcf faultexception
WCF FaultException

When building a WCF service, if I don't include my contract for the FaultException in the service, I'm able to …

c# .net wcf faultexception
System.ServiceModel.FaultException in System.dll

I am trying to consume a remote ASP.NET WebMethod using the Windows Phone SDK 7.1 I have the following C# …

c# windows-phone-7 faultexception
WCF Unhandled FaultException was not handled by usercode

i'm trying to use a WCF Plain service with Telerik OpenAccess in VS 2012 with .net 4.5. I tried the telerik developers …

c# wcf telerik faultexception
Throwing FaultException<T> from WCF service methods

I am learning WCF, and currently focusing on the Faults chapter. As i understand, WCF handles FaultException exceptions a bit …

c# .net wcf fault faultexception
FaultException and custom exception WCF

I have a question on how to send a custom exception as FaultException. It works when I use a system …

wcf exception exception-handling custom-exceptions faultexception
WCF custom fault exception not caught correctly in client

I'm trying to create some custom FaultException. I've made a DataContract class called CreateFault. [DataContract] public class CreateFault { private string …

wcf faultexception
WSE012: The input was not a valid SOAP message because the following information is missing: action

We're trying to access a webservice (which I believe is also coded using WCF, but I have no control over …

c# wcf faultexception
WCF throwing CommunicationException when FaultException is thrown

Solution: A bit of tracing showed the CommunicationException was being thrown because there was an issue with my exception T …

wcf faultexception
client will not catch generic FaultException< T >, only FaultException

I've read all there is to read on this, but maybe I'm missing something (well, definitely I'm missing something otherwise …

c# wcf faultexception faultcontract