CustomAssemblyLoadingProhibitedException Constructors
An exception thrown on an attempt to load a custom assembly by an Entity Framework data source when it was not permitted to do this.Name | Parameters | Description |
---|---|---|
CustomAssemblyLoadingProhibitedException(String, String) | assemblyPath, contextName | Initializes a new instance of the CustomAssemblyLoadingProhibitedException class with the specified settings. |
See Also