ApiBlockedException - Constructeur (String, Exception)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New ApiBlockedException(message, _
innerException)
public ApiBlockedException(
string message,
Exception innerException
)
Paramètres
- message
Type : System.String
- innerException
Type : System.Exception