NotImplementedInReferenceAssemblyException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception that occurs when executed from a reference assembly. This usually means that the NuGet was not installed into the app project.
public class NotImplementedInReferenceAssemblyException : NotImplementedException
- Inheritance
-
System.NotImplementedExceptionNotImplementedInReferenceAssemblyException
Constructors
NotImplementedInReferenceAssemblyException() |
Default constructor. |