Freigeben über


MetadataStoreException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der MetadataStoreException-Klasse, die eine angegebene Fehlermeldung und einen Verweis auf die innere Ausnahme enthält, die diese Ausnahme verursacht hat.

Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)

Syntax

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

Dim instance As New MetadataStoreException(message, innerException)
public MetadataStoreException (
    string message,
    Exception innerException
)
public:
MetadataStoreException (
    String^ message, 
    Exception^ innerException
)
public MetadataStoreException (
    String message, 
    Exception innerException
)
public function MetadataStoreException (
    message : String, 
    innerException : Exception
)

Parameter

  • message
    Die Meldung, die den Fehler angibt.
  • innerException
    Die Ausnahme, die die aktuelle Ausnahme verursacht hat, oder NULL, wenn keine innere Ausnahme angegeben wird.

Siehe auch

Verweis

MetadataStoreException-Klasse
MetadataStoreException-Member
Microsoft.Synchronization.MetadataStorage-Namespace