Zdieľať cez


ExternalMetadataNotFoundException Class

Definition

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

Applies to