ExternalMetadataNotFoundException(String) Constructor
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.
Initializes a new instance of the ExternalMetadataNotFoundException class with an exception message
public:
ExternalMetadataNotFoundException(System::String ^ exceptionMessage);
public ExternalMetadataNotFoundException (string exceptionMessage);
new Microsoft.Xrm.Sdk.Data.Exceptions.ExternalMetadataNotFoundException : string -> Microsoft.Xrm.Sdk.Data.Exceptions.ExternalMetadataNotFoundException
Public Sub New (exceptionMessage As String)
Parameters
- exceptionMessage
- String