Skip to content

Commit

Permalink
Merge and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit committed Nov 2, 2023
1 parent 54f8a67 commit 7a4aa39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Orleans.Core/Messaging/InvalidMessageFrameException.cs
Expand Up @@ -35,6 +35,7 @@ public InvalidMessageFrameException(string message, Exception innerException) :
{
}

[Obsolete]
protected InvalidMessageFrameException(SerializationInfo info, StreamingContext context) : base(info, context)
{
}
Expand Down

0 comments on commit 7a4aa39

Please sign in to comment.