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