Earlier it worked without a problem. however right now i am getting this error: <>f__AnonymousType0`1[System.String] cannot be serialized because it does not have a parameterless constructor.
Exception Type: System.InvalidOperationException
Earlier it worked without a problem. however right now i am getting this error: <>f__AnonymousType0`1[System.String] cannot be serialized because it does not have a parameterless constructor.
Exception Type: System.InvalidOperationException
@YogeshVEDPATHAK-7786 I see the tags as "azure-api-management" on your issue. Can you provide more details what is the operation that you are performing resulting in InvalidOperationException?
Hi Mayank ,
while performing Get operation I am getting this exception earlier it was working fine somehow just started getting exception could you please mark this as private so I can give me more details about this error
It is a generic error and caus due to the serialization of the object. The suggestion would be to debug the code or verify your input with the serialization class.
5 people are following this question.