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);
}
}