Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Inizializza una nuova istanza della classe DataServiceRequestException.
Spazio dei nomi System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
innerException As Exception, _
response As DataServiceResponse _
)
'Utilizzo
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
)
Parametri
- message
Tipo: System.String
Testo del messaggio di errore.
- innerException
Tipo: System.Exception
Oggetto eccezione che contiene l'eccezione interna.
- response
Tipo: System.Data.Services.Client.DataServiceResponse
Oggetto DataServiceResponse.
Vedere anche
Riferimento
DataServiceRequestException Classe