<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.Runtime.InteropServices.SafeArrayRankMismatchException

namespace System.Runtime.InteropServices { public class SafeArrayRankMismatchException : SystemException { public SafeArrayRankMismatchException(); protected SafeArrayRankMismatchException(SerializationInfo info, StreamingContext context); public SafeArrayRankMismatchException(string message); public SafeArrayRankMismatchException(string message, Exception inner); } }