Results 1 to 2 of 2

Thread: Mapping the System.Exception with FaultException

  1. #1
    Join Date
    Jun 2010
    Posts
    1

    Mapping the System.Exception with FaultException

    I have used exception sheilding feature of application block, to map System.Exception with class that is marked as DataContract. It works very well. But When I have mapped the System.Exception with FaultException, I got the below error message.

    "An error has occurred while consuming this service. Please contact your administrator for more information. Error ID: fe2d28b5-8d26-430e-baf4-fe4b39da853c"

    Please let me know whether I can map the System.Exception with FaultException

  2. #2
    Join Date
    Jun 2006
    Posts
    623

    Re: Mapping the System.Exception with FaultException

    I think that you will have to configure shielding (in config file) in a way that will not intercept your applicaiton fault and let it pass through back to your client. Any exception that derives from FaultException will be bypassed and sent directly to the client. Regarding the formatted code, just enclose your code section with;

    '{{'
    code
    '}}'

    Without the quotes.

Similar Threads

  1. System 2221 Error Mapping Drive
    By Heinz in forum Windows Server Help
    Replies: 9
    Last Post: 27-03-2012, 09:24 PM
  2. Explain the System.Exception class of C#
    By Jesus2 in forum Software Development
    Replies: 3
    Last Post: 17-11-2009, 03:51 AM
  3. System.ServiceModel.FaultException Error
    By Jacques25 in forum Software Development
    Replies: 3
    Last Post: 18-05-2009, 06:02 PM
  4. System Error 53, 0x80070035, SMB Drive Mapping Problem
    By Aamin in forum Networking & Security
    Replies: 3
    Last Post: 04-03-2009, 08:22 AM
  5. System Service Exception
    By Robert W. in forum Vista Help
    Replies: 7
    Last Post: 10-05-2008, 01:11 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,727,289,697.35027 seconds with 17 queries