Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix binary serialization of SwitchExpressionException
  • Loading branch information
jkotas committed Feb 9, 2020
commit 17684bde2db326b984f145f0e803b9ff9215113b
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace System.Runtime.CompilerServices
/// The exception optionally contains an object representing the unmatched value.
/// </summary>
[Serializable]
[TypeForwardedFrom("System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public sealed class SwitchExpressionException : InvalidOperationException
{
public SwitchExpressionException()
Expand Down