InvalidMetadataException Class

Definition

The exception that is thrown when metadata is not valid for a Data Provider.

public ref class InvalidMetadataException sealed : Microsoft::Xrm::Sdk::SdkExceptionBase
[System.Serializable]
public sealed class InvalidMetadataException : Microsoft.Xrm.Sdk.SdkExceptionBase
[<System.Serializable>]
type InvalidMetadataException = class
    inherit SdkExceptionBase
Public NotInheritable Class InvalidMetadataException
Inherits SdkExceptionBase
Inheritance
InvalidMetadataException
Attributes

Constructors

InvalidMetadataException(Exception)

Initializes a new instance of the InvalidMetadataException class with the specified inner exception.

InvalidMetadataException(Exception, String)

Initializes a new instance of the InvalidMetadataException class with the specified error message and inner exception.

InvalidMetadataException(String)

Initializes a new instance of the InvalidMetadataException class with the specified error message.

Applies to