Badge.Plugin.CrossBadge.NotImplementedInReferenceAssembly C# (CSharp) Метод

NotImplementedInReferenceAssembly() статический приватный Метод

static private NotImplementedInReferenceAssembly ( ) : Exception
Результат System.Exception
    internal static Exception NotImplementedInReferenceAssembly()
    {
      return new NotImplementedException("This functionality is not implemented in the portable version of this assembly.  You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.");
    }
  }