Constructeur DataServiceRequestException (String, Exception, DataServiceResponse)
Initialise une nouvelle instance de la classe DataServiceRequestException.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception, _
response As DataServiceResponse _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim response As DataServiceResponse
Dim instance As New DataServiceRequestException(message, _
innerException, response)
public DataServiceRequestException(
string message,
Exception innerException,
DataServiceResponse response
)
public:
DataServiceRequestException(
String^ message,
Exception^ innerException,
DataServiceResponse^ response
)
new :
message:string *
innerException:Exception *
response:DataServiceResponse -> DataServiceRequestException
public function DataServiceRequestException(
message : String,
innerException : Exception,
response : DataServiceResponse
)
Paramètres
- message
Type : System.String
Texte du message d'erreur.
- innerException
Type : System.Exception
Objet d'exception qui contient l'exception interne.
- response
Type : System.Data.Services.Client.DataServiceResponse
Objet DataServiceResponse.
Voir aussi
Référence
DataServiceRequestException Classe