ItemMetadataNotFoundException Constructor (String)
Initializes a new instance of the ItemMetadataNotFoundException class that contains a specified error message.
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
)
public ItemMetadataNotFoundException (
String message
)
public function ItemMetadataNotFoundException (
message : String
)
Parameters
- message
See Also
Reference
ItemMetadataNotFoundException Class
ItemMetadataNotFoundException Members
Microsoft.Synchronization.MetadataStorage Namespace