TL;DR; Explains how to handle non-serialisable Team Foundation Server exceptions in WCF by creating custom serialisable exceptions for reliable cross-service error handling.

When coding against team foundation server you must be aware that some of the exceptions thrown by Team Foundation Server are not Serilisable! I think that this was an oversite by Microsoft, but it is there none the less.
An example of this is; TeamFoundationServerUnauthorizedException
If you want to handle this exception accross Windows Communication Foundation you will need to create a custom exception of the same name and re-throw this accross your services.
<DataContract()> _
Public Class TeamFoundationServerUnauthorizedException
Public Sub New()
…
End Sub
End Class
Make sure that you mark it as a data contract and then you can throw it when you encounter the Team Foundation Server exception:
Try
’
Team Foundation Server
Connection Code
Catch ex As TeamFoundationServerUnauthorizedException
Throw New FaultException(Of FaultContracts.TeamFoundationServerUnauthorizedException)(New FaultContracts.TeamFoundationServerUnauthorizedException())
Catch ex As System.Exception
Throw New FaultException(Of System.Exception)(ex, “Failed to do team server thing”, New FaultCode("
Team Foundation Server
:EH:S:0001"))
End Try
This will allow you to handle Team Foundation Server exceptions for your Windows Communication Foundation service application on the client.
Each classification [Concepts, Categories, & Tags] was assigned using AI-powered semantic analysis and scored across relevance, depth, and alignment. Final decisions? Still human. Always traceable. Hover to see how it applies.
If you've made it this far, it's worth connecting with our principal consultant and coach, Martin Hinshelwood, for a 30-minute 'ask me anything' call.
We partner with businesses across diverse industries, including finance, insurance, healthcare, pharmaceuticals, technology, engineering, transportation, hospitality, entertainment, legal, government, and military sectors.

Philips

Epic Games

Genus Breeding Ltd

Akaditi

ALS Life Sciences

MacDonald Humfrey (Automation) Ltd.
CR2

Hubtel Ghana

Lean SA

Ericson

Microsoft

Graham & Brown

Xceptor - Process and Data Automation

YearUp.org

Healthgrades

Cognizant Microsoft Business Group (MBG)

Capita Secure Information Solutions Ltd

Teleplan

Ghana Police Service

New Hampshire Supreme Court

Nottingham County Council

Washington Department of Enterprise Services

Department of Work and Pensions (UK)

Washington Department of Transport

Healthgrades

Flowmaster (a Mentor Graphics Company)

Milliman

Kongsberg Maritime

Teleplan

Xceptor - Process and Data Automation