MetadataFieldNotFoundException-Konstruktor (String)

Initialisiert eine neue Instanz der MetadataFieldNotFoundException-Klasse, die eine angegebene Fehlermeldung enthält.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New MetadataFieldNotFoundException(message)
public MetadataFieldNotFoundException(
    string message
)
public:
MetadataFieldNotFoundException(
    String^ message
)
new : 
        message:string -> MetadataFieldNotFoundException
public function MetadataFieldNotFoundException(
    message : String
)

Parameter

Siehe auch

Verweis

MetadataFieldNotFoundException Klasse

MetadataFieldNotFoundException-Member

MetadataFieldNotFoundException-Überladung

Microsoft.Synchronization.MetadataStorage-Namespace