Selasa, 21 September 2010

Passing WCF Exception to Silverlight

Since it is not possible to catch regular exception from a WCF service in a silverlight application, there is another way to do it by using BehaviorExtensionElement.1. On Server-side First create a behavior like this: public class MyFaultBehavior : BehaviorExtensionElement, IEndpointBehavior    {        public void ApplyDispatchBehavior(ServiceEndpoint endpoint, EndpointDispatcher

Tidak ada komentar:

Posting Komentar