Condividi tramite


Costruttore VersionNotSupportedException (String)

Inizializza una nuova istanza della classe VersionNotSupportedException che contiene un messaggio di errore specificato.

Spazio dei nomi: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
'Utilizzo
Dim message As String

Dim instance As New VersionNotSupportedException(message)
public VersionNotSupportedException (
    string message
)
public:
VersionNotSupportedException (
    String^ message
)
public VersionNotSupportedException (
    String message
)
public function VersionNotSupportedException (
    message : String
)

Parametri

  • message
    Messaggio che indica l'errore.

Vedere anche

Riferimento

Classe VersionNotSupportedException
Membri VersionNotSupportedException
Spazio dei nomi Microsoft.Synchronization.MetadataStorage