NotSupportedRequestVersionException - Constructeur (Version, IEnumerable<Version>)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Sub New ( _
requestVersion As Version, _
supportedVersions As IEnumerable(Of Version) _
)
'Utilisation
Dim requestVersion As Version
Dim supportedVersions As IEnumerable(Of Version)
Dim instance As New NotSupportedRequestVersionException(requestVersion, _
supportedVersions)
public NotSupportedRequestVersionException(
Version requestVersion,
IEnumerable<Version> supportedVersions
)
Paramètres
- requestVersion
Type : System.Version
- supportedVersions
Type : System.Collections.Generic.IEnumerable<Version>
Voir aussi
Référence
NotSupportedRequestVersionException classe
NotSupportedRequestVersionException - Membres