Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -2505,7 +2505,6 @@ internal static bool AllocateHiddenConsole()
/// This remote instance of PowerShell can be in a separate process,
/// appdomain or machine.
/// </remarks>
[SuppressMessage("Microsoft.Usage", "CA2240:ImplementISerializableCorrectly")]
public class RemoteException : RuntimeException
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ internal MetadataException(
/// <summary>
/// Defines the exception thrown for all Validate attributes.
/// </summary>
[SuppressMessage("Microsoft.Usage", "CA2240:ImplementISerializableCorrectly")]
public class ValidationMetadataException : MetadataException
{
internal const string ValidateRangeElementType = "ValidateRangeElementType";
Expand Down
Loading