ExternalMetadataNotFoundException 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.
The exception that is thrown when an external metadata reference does not exist.
public ref class ExternalMetadataNotFoundException sealed : Microsoft::Xrm::Sdk::SdkExceptionBase
[System.Serializable]
public sealed class ExternalMetadataNotFoundException : Microsoft.Xrm.Sdk.SdkExceptionBase
[<System.Serializable>]
type ExternalMetadataNotFoundException = class
inherit SdkExceptionBase
Public NotInheritable Class ExternalMetadataNotFoundException
Inherits SdkExceptionBase
- Inheritance
-
ExternalMetadataNotFoundException
- Attributes
Remarks
If a virtual entity is mapped to an external data store and an XRM entity is mapped to an external metadata reference that does not exist, ExternalMetadataNotFoundException is thrown.
Constructors
ExternalMetadataNotFoundException(String) |
Initializes a new instance of the ExternalMetadataNotFoundException class with an exception message |