Commit 61508b15 authored by Brickner_cp's avatar Brickner_cp

Code Analysis

parent 4002c127
......@@ -182,7 +182,7 @@ namespace PcapDotNet.Packets.Igmp
return 3;
default:
throw new InvalidOperationException("Invalid QueryVersion " + QueryVersion);
throw new InvalidOperationException("Invalid Query Version " + QueryVersion);
}
case IgmpMessageType.MembershipReportVersion1:
......@@ -198,7 +198,7 @@ namespace PcapDotNet.Packets.Igmp
return 2;
default:
throw new InvalidOperationException("Invalid IgmpMessageType " + MessageType);
throw new InvalidOperationException("Invalid IGMP Message Type " + MessageType);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment