Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1085769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:43:49+00:00 2026-05-16T22:43:49+00:00

I have an exception thrown by a WPF application. The message is: Type ‘MyNamespacesPath.AType+<>c__DisplayClass5’

  • 0

I have an exception thrown by a WPF application. The message is:

Type 'MyNamespacesPath.AType+<>c__DisplayClass5' in Assembly... is not marked as serializable

The problem is that the type cannot be serialized.
But that type is autogenerated, maybe an anonymous method or expression tree.
Anyone knows the exact origin of these kinds of types to know where to find the bug?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T22:43:50+00:00Added an answer on May 16, 2026 at 10:43 pm

    Types with that kind of name are generated when you write an anonymous method (using the delegate syntax or a lambda expression) that captures a local variable. The role of these types is to hold the values of the captured variables

    Note that other kind of generated types have different names:

    • anonymous types have names like <>f__AnonymousType0<<a>j__TPar, <b>j__TPar> (generated by new { a = 1, b = "2" }).
    • iterators also generate new types like <ZipIterator>d__0<TFirst, TSecond, TResult> (notice the name of the iterator method between the angled brackets)

    As far as I know, there is no documented rule for the naming of generated types, so you shouldn’t rely on these observations in your code. I’m just mentioning them for completeness.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very annoying exception which freeze my application thrown by WPF, when
I have a mixed Winform/WPF application which frequently throws the exception: Could not load
I have an exception being thrown from a C# method, that takes a generic
Usually I come across situations where I have to swallow an exception thrown by
I have a problem with my Java progam suddenly exiting, without any exception thrown
I have some code which asserts an exception is thrown when a method is
I have completed configuring SSL in my local Tomcat. And the exception was thrown
i have about 20 possible exception messages that i want thrown when an error
I have a HttpModule in C# 2.0 which handles exceptions thrown. Whenever the exception
My .NET 4 application uses the WPF TreeView which I have enhanced to enable

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.