ItemMetadataNotFoundException-Konstruktor (String)

Initialisiert eine neue Instanz der ItemMetadataNotFoundException-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 ItemMetadataNotFoundException(message)
public ItemMetadataNotFoundException(
    string message
)
public:
ItemMetadataNotFoundException(
    String^ message
)
new : 
        message:string -> ItemMetadataNotFoundException
public function ItemMetadataNotFoundException(
    message : String
)

Parameter

Siehe auch

Verweis

ItemMetadataNotFoundException Klasse

ItemMetadataNotFoundException-Member

ItemMetadataNotFoundException-Überladung

Microsoft.Synchronization.MetadataStorage-Namespace