NotImplementedInReferenceAssemblyException Class

Definition

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
NotImplementedInReferenceAssemblyException

Constructors

NotImplementedInReferenceAssemblyException()

Default constructor.

Applies to